|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HeapCacheBackEnd | |
---|---|
net.sf.ehcache.store.cachingtier | Contains the caching tier implementations |
Uses of HeapCacheBackEnd in net.sf.ehcache.store.cachingtier |
---|
Classes in net.sf.ehcache.store.cachingtier that implement HeapCacheBackEnd | |
---|---|
class |
CountBasedBackEnd<K,V>
A backend to a OnHeapCachingTier that will be cap'ed based on the amount of entries |
class |
PooledBasedBackEnd<K,V>
A backend to a OnHeapCachingTier that will be cap'ed using a pool |
Constructors in net.sf.ehcache.store.cachingtier with parameters of type HeapCacheBackEnd | |
---|---|
OnHeapCachingTier(HeapCacheBackEnd<K,Object> backEnd)
A Constructor |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |