public interface CacheSource<K,V,E extends CacheEntry<V>>
| Modifier and Type | Method and Description |
|---|---|
E |
createEntry(K key,
Object... parameters) |
CacheReference<K,E> |
wrapReference(K key,
V value) |
E createEntry(K key, Object... parameters) throws CacheException
CacheExceptionCacheReference<K,E> wrapReference(K key, V value) throws CacheException
CacheExceptionCopyright © 2012. All Rights Reserved.