|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
CacheBuilder.buildLeastRecentlyUsedCache(String cacheName,
TimestampedCacheSource<K,V> cacheSource,
int limit)
|
|
static
|
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||