|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Cache in com.caucho.config.util |
---|
Methods in com.caucho.config.util that return Cache | |
---|---|
static Cache<?,?> |
CacheUtil.getCache(java.lang.String name)
|
Cache |
CacheKeyGeneratorImpl.resolveCache(Cache cache,
java.lang.Object target,
java.lang.Object... args)
|
Methods in com.caucho.config.util with parameters of type Cache | |
---|---|
Cache |
CacheKeyGeneratorImpl.resolveCache(Cache cache,
java.lang.Object target,
java.lang.Object... args)
|
Uses of Cache in com.caucho.distcache |
---|
Subinterfaces of Cache in com.caucho.distcache | |
---|---|
interface |
ObjectCache<K,V>
Interface for a distributed cache. |
Classes in com.caucho.distcache that implement Cache | |
---|---|
class |
AbstractCache
Implements the distributed cache |
class |
ClusterCache
Cache which stores consistent copies on the cluster segment. |
class |
LocalCache
Cache which stores consistent copies on the cluster segment. |
class |
TransientCache
Cache with no persistence. |
Uses of Cache in com.caucho.distcache.jcache |
---|
Methods in com.caucho.distcache.jcache that return Cache | ||
---|---|---|
Cache<K,V> |
CacheBuilderImpl.build()
|
|
|
CacheManagerFacade.getCache(java.lang.String name)
|
Methods in com.caucho.distcache.jcache that return types with arguments of type Cache | |
---|---|
java.util.Set<Cache<?,?>> |
CacheManagerFacade.getCaches()
|
Uses of Cache in com.caucho.memcached |
---|
Classes in com.caucho.memcached that implement Cache | |
---|---|
class |
MemcachedClient
Custom serialization for the cache |
Uses of Cache in com.caucho.quercus |
---|
Methods in com.caucho.quercus that return Cache | |
---|---|
Cache |
ResinQuercus.getSessionCache()
|
Cache |
QuercusContext.getSessionCache()
|
Uses of Cache in com.caucho.server.distcache |
---|
Classes in com.caucho.server.distcache that implement Cache | |
---|---|
class |
CacheImpl<K,V>
Implements the distributed cache |
Uses of Cache in javax.cache |
---|
Methods in javax.cache that return Cache | ||
---|---|---|
Cache<K,V> |
CacheBuilder.build()
|
|
|
CacheManager.getCache(java.lang.String name)
|
Methods in javax.cache that return types with arguments of type Cache | |
---|---|
java.lang.Iterable<Cache<?,?>> |
CacheManager.getCaches()
|
Uses of Cache in javax.cache.annotation |
---|
Methods in javax.cache.annotation that return Cache | ||
---|---|---|
|
CacheResolver.resolveCache(CacheInvocationContext<? extends java.lang.annotation.Annotation> cacheInvocationContext)
|
Uses of Cache in javax.cache.event |
---|
Methods in javax.cache.event that return Cache | |
---|---|
Cache |
CacheEntryEvent.getSource()
|
Constructors in javax.cache.event with parameters of type Cache | |
---|---|
CacheEntryEvent(Cache source)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |