Package | Description |
---|---|
org.infinispan.configuration.cache |
Classes related to eviction.
|
Modifier and Type | Method and Description |
---|---|
CacheMode |
ClusteringConfiguration.cacheMode()
Cache mode.
|
CacheMode |
CacheMode.toAsync() |
CacheMode |
CacheMode.toSync() |
static CacheMode |
CacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CacheMode[] |
CacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ClusteringConfigurationBuilder |
ClusteringConfigurationBuilder.cacheMode(CacheMode cacheMode)
Cache mode.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.