|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.smallmind.quorum.cache.indigenous.CacheBuilder
public class CacheBuilder
| Constructor Summary | |
|---|---|
CacheBuilder()
|
|
| Method Summary | ||
|---|---|---|
static
|
buildLeastRecentlyUsedCache(String cacheName,
TimestampedCacheSource<K,V> cacheSource,
int limit)
|
|
static
|
buildLeastRecentlyUsedCache(String cacheName,
TimestampedCacheSource<K,V> cacheSource,
int limit,
int timeToLiveSeconds)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheBuilder()
| Method Detail |
|---|
public static <K,V> AbstractCache buildLeastRecentlyUsedCache(String cacheName,
TimestampedCacheSource<K,V> cacheSource,
int limit)
throws CacheException
CacheException
public static <K,V> AbstractCache buildLeastRecentlyUsedCache(String cacheName,
TimestampedCacheSource<K,V> cacheSource,
int limit,
int timeToLiveSeconds)
throws CacheException
CacheException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||