|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CacheLifecycle | |
---|---|
com.caucho.distcache | |
com.caucho.memcached | |
com.caucho.server.distcache | |
javax.cache |
Uses of CacheLifecycle in com.caucho.distcache |
---|
Subinterfaces of CacheLifecycle in com.caucho.distcache | |
---|---|
interface |
ObjectCache<K,V>
Interface for a distributed cache. |
Classes in com.caucho.distcache that implement CacheLifecycle | |
---|---|
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 CacheLifecycle in com.caucho.memcached |
---|
Classes in com.caucho.memcached that implement CacheLifecycle | |
---|---|
class |
MemcachedClient
Custom serialization for the cache |
Uses of CacheLifecycle in com.caucho.server.distcache |
---|
Classes in com.caucho.server.distcache that implement CacheLifecycle | |
---|---|
class |
CacheImpl<K,V>
Implements the distributed cache |
Uses of CacheLifecycle in javax.cache |
---|
Subinterfaces of CacheLifecycle in javax.cache | |
---|---|
interface |
Cache<K,V>
The persistent or distributed cache is usable like a normal map, but loads and stores data across the cluster. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |