|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CachingTier | |
---|---|
net.sf.ehcache.store | Store package. |
net.sf.ehcache.store.cachingtier | Contains the caching tier implementations |
Uses of CachingTier in net.sf.ehcache.store |
---|
Constructors in net.sf.ehcache.store with parameters of type CachingTier | |
---|---|
CacheStore(CachingTier<Object,Element> cache,
AuthoritativeTier authority)
Constructor :P |
|
CacheStore(CachingTier<Object,Element> cache,
AuthoritativeTier authority,
CacheConfiguration cacheConfiguration)
Deprecated. |
Uses of CachingTier in net.sf.ehcache.store.cachingtier |
---|
Classes in net.sf.ehcache.store.cachingtier that implement CachingTier | |
---|---|
class |
OnHeapCachingTier<K,V>
An instance of this class will delegate the storage to the backing HeapCacheBackEnd. Adding : making sure only a single thread populates the cache for a given key at a time translate calls to the eviction listeners Add all the crap about sizing and stuff |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |