public class CacheBuilder extends Object
| Constructor and Description |
|---|
CacheBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> AbstractCache |
buildLeastRecentlyUsedCache(String cacheName,
TimestampedCacheSource<K,V> cacheSource,
int limit) |
static <K,V> AbstractCache |
buildLeastRecentlyUsedCache(String cacheName,
TimestampedCacheSource<K,V> cacheSource,
int limit,
int timeToLiveSeconds) |
public static <K,V> AbstractCache buildLeastRecentlyUsedCache(String cacheName, TimestampedCacheSource<K,V> cacheSource, int limit) throws CacheException
CacheExceptionpublic static <K,V> AbstractCache buildLeastRecentlyUsedCache(String cacheName, TimestampedCacheSource<K,V> cacheSource, int limit, int timeToLiveSeconds) throws CacheException
CacheExceptionCopyright © 2013. All Rights Reserved.