Uses of Class
org.smallmind.quorum.cache.indigenous.AbstractCache

Packages that use AbstractCache
org.smallmind.quorum.cache.indigenous   
 

Uses of AbstractCache in org.smallmind.quorum.cache.indigenous
 

Subclasses of AbstractCache in org.smallmind.quorum.cache.indigenous
 class OrderedCache<D extends CacheMetaData,K,V,E extends OrderedCacheEntry<D,V>>
           
 class UnorderedCache<K,V,E extends CacheEntry<V>>
           
 

Methods in org.smallmind.quorum.cache.indigenous that return AbstractCache
static
<K,V> AbstractCache
CacheBuilder.buildLeastRecentlyUsedCache(String cacheName, TimestampedCacheSource<K,V> cacheSource, int limit)
           
static
<K,V> AbstractCache
CacheBuilder.buildLeastRecentlyUsedCache(String cacheName, TimestampedCacheSource<K,V> cacheSource, int limit, int timeToLiveSeconds)
           
 

Constructors in org.smallmind.quorum.cache.indigenous with parameters of type AbstractCache
ExpirationTimer(AbstractCache<K,?,?> cache, int expirationTimerTickSeconds)
           
 



Copyright © 2011. All Rights Reserved.