|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.ehcache.store.cachingtier | |
---|---|
net.sf.ehcache.store.cachingtier | Contains the caching tier implementations |
Classes in net.sf.ehcache.store.cachingtier used by net.sf.ehcache.store.cachingtier | |
---|---|
HeapCacheBackEnd
A backend to a OnHeapCachingTier It's responsibility, beyond being the actual storage ( CHM like),
is to evict when required. |
|
HeapCacheBackEnd.EvictionCallback
An eviction callback |
|
OnHeapCachingTier
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 |
|
PooledBasedBackEnd
A backend to a OnHeapCachingTier that will be cap'ed using a pool |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |