public class FutureMap<K extends Serializable,V,C> extends FutureCache<K,V,C>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
protected V |
get(K key)
Retrieves the cached value corresponding to the specified key from the cache, it must returns null when the key does not
exist.
|
protected void |
put(K key,
V value)
Updates the cache with a new key/value pair.
|
void |
remove(K key) |
getpublic void clear()
public void remove(K key)
protected V get(K key)
FutureCacheget in class FutureCache<K extends Serializable,V,C>key - the keyprotected void put(K key, V value)
FutureCacheput in class FutureCache<K extends Serializable,V,C>key - the keyvalue - the cache valueCopyright © 2017 JBoss by Red Hat. All Rights Reserved.