| Package | Description |
|---|---|
| org.smallmind.quorum.cache.indigenous |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderedCache<D extends CacheMetaData,K,V,E extends OrderedCacheEntry<D,V>> |
class |
UnorderedCache<K,V,E extends CacheEntry<V>> |
| Modifier and Type | Method and Description |
|---|---|
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) |
| Constructor and Description |
|---|
ExpirationTimer(AbstractCache<K,?,?> cache,
int expirationTimerTickSeconds) |
Copyright © 2013. All Rights Reserved.