Package | Description |
---|---|
net.sf.ehcache.store |
Store package.
|
net.sf.ehcache.store.cachingtier |
Contains the caching tier implementations
|
Constructor and Description |
---|
CacheStore(CachingTier<Object,Element> cache,
AuthoritativeTier authority)
Constructor :P
|
CacheStore(CachingTier<Object,Element> cache,
AuthoritativeTier authority,
CacheConfiguration cacheConfiguration)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
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 |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.