@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)
CacheStore
fetch
in interface CacheStore<K,V>
public V write(K key, V value)
CacheStore
write
in interface CacheStore<K,V>
public V fetch(K key)
CacheStore
fetch
in interface CacheStore<K,V>
Copyright © 2014 Caelum. All rights reserved.