public class InMemoryIndexedCache<K,V> extends Object implements PersistentIndexedCache<K,V>
| Constructor and Description |
|---|
InMemoryIndexedCache() |
public V get(K key)
PersistentIndexedCacheget in interface PersistentIndexedCache<K,V>public void put(K key, V value)
PersistentIndexedCacheput in interface PersistentIndexedCache<K,V>public void remove(K key)
PersistentIndexedCacheremove in interface PersistentIndexedCache<K,V>Copyright © 2013. All rights reserved