Modifier and Type | Method and Description |
---|---|
static <K,V> Cache<K,V> |
CacheUtil.getCache(java.lang.String name) |
Cache |
CacheKeyGeneratorImpl.resolveCache(Cache cache,
java.lang.Object target,
java.lang.Object... args) |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheKeyGeneratorImpl.resolveCache(Cache cache,
java.lang.Object target,
java.lang.Object... args) |
Modifier and Type | Interface and Description |
---|---|
interface |
ObjectCache<K,V>
Interface for a distributed cache.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCache
Implements the distributed cache
|
class |
ClusterCache
Cache which stores consistent copies on the cluster segment.
|
class |
HttpRestCache
Cache that stores state in a HTTP REST backing.
|
class |
JdbcCache
Cache that stores state in a jdbc database.
|
class |
LocalCache
Cache which stores consistent copies on the cluster segment.
|
class |
TieredCache
Cache that stores state in a second level cache.
|
class |
TransientCache
Cache with no persistence.
|
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
CacheBuilderImpl.build() |
<K,V> Cache<K,V> |
CacheManagerFacade.configureCache(java.lang.String cacheName,
Configuration<K,V> configuration) |
<K,V> Cache<K,V> |
CacheManagerFacade.getCache(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Cache<?,?>> |
CacheManagerFacade.getCaches() |
Modifier and Type | Class and Description |
---|---|
class |
MemcachedClient
Custom serialization for the cache
|
Modifier and Type | Method and Description |
---|---|
Cache |
ResinQuercus.getSessionCache() |
Cache |
QuercusContext.getSessionCache() |
Modifier and Type | Class and Description |
---|---|
class |
CacheImpl<K,V>
Implements the distributed cache
|
Modifier and Type | Method and Description |
---|---|
Cache<K,V> |
CacheBuilder.build() |
<K,V> Cache<K,V> |
CacheManager.configureCache(java.lang.String cacheName,
Configuration<K,V> configuration) |
<K,V> Cache<K,V> |
CacheManager.getCache(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Cache<?,?>> |
CacheManager.getCaches() |
Modifier and Type | Method and Description |
---|---|
<K,V> Cache<K,V> |
CacheResolver.resolveCache(CacheInvocationContext<? extends java.lang.annotation.Annotation> cacheInvocationContext) |
Modifier and Type | Method and Description |
---|---|
Cache |
CacheEntryEvent.getSource() |
Constructor and Description |
---|
CacheEntryEvent(Cache source) |