Uses of Interface
net.sf.ehcache.store.CachingTier
-
Packages that use CachingTier Package Description 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 Constructor Description CacheStore(CachingTier<java.lang.Object,Element> cache, AuthoritativeTier authority)Constructor :PCacheStore(CachingTier<java.lang.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 Modifier and Type Class Description classOnHeapCachingTier<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
-