@Default @Dependent public class DefaultCacheStore<K,V> extends Object implements CacheStore<K,V>
| Constructor and Description |
|---|
DefaultCacheStore() |
public V fetch(K key, Callable<V> valueProvider)
CacheStorefetch in interface CacheStore<K,V>public V write(K key, V value)
CacheStorewrite in interface CacheStore<K,V>public V fetch(K key)
CacheStorefetch in interface CacheStore<K,V>Copyright © 2014 Caelum. All rights reserved.