ehcache

Uses of Interface
net.sf.ehcache.store.CachingTier

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

Copyright 2001-2017, Terracotta, Inc.