Interface | Description |
---|---|
Cache<K,V> |
The persistent or distributed cache is usable like a normal map, but loads
and stores data across the cluster.
|
Cache.Entry<K,V> | |
Cache.EntryProcessor<K,V> | |
Cache.MutableEntry<K,V> | |
CacheBuilder<K,V> |
Provides the capability of dynamically creating a cache.
|
CacheLifecycle |
The lifecycle status of the Cache.
|
CacheLoader<K,V> | |
CacheManager | |
CacheManagerFactory |
Provides the capability of dynamically creating a cache.
|
CacheMXBean | |
CacheStatistics | |
CacheStatisticsMXBean | |
CacheWriter<K,V> | |
Configuration<K,V> |
Configuration for a new Cache.
|
ExpiryPolicy<K,V> |
Configuration for the expiration policy.
|
Class | Description |
---|---|
Caching |
Provides the capability of dynamically creating a cache.
|
Configuration.Duration | |
ExpiryPolicy.Accessed<K,V> | |
ExpiryPolicy.Default<K,V> |
Default expiry is to not expire.
|
ExpiryPolicy.Modified<K,V> | |
MutableConfiguration<K,V> |
Configuration for a new Cache.
|
Enum | Description |
---|---|
Configuration.ExpiryType | |
OptionalFeature |
The lifecycle status of the Cache.
|
Status |
The lifecycle status of the Cache.
|
Exception | Description |
---|---|
CacheException | |
CachingShutdownException | |
InvalidConfigurationException |