public class FutureExoCache<K extends Serializable,V,C> extends FutureCache<K,V,C>
| Constructor and Description |
|---|
FutureExoCache(Loader<K,V,C> loader,
ExoCache<K,V> cache) |
| Modifier and Type | Method and Description |
|---|---|
protected V |
get(K key) |
protected void |
put(K key,
V entry) |
protected void |
putOnly(K key,
V value) |
getprotected V get(K key)
get in class FutureCache<K extends Serializable,V,C>protected void put(K key, V entry)
put in class FutureCache<K extends Serializable,V,C>protected void putOnly(K key, V value)
putOnly in class FutureCache<K extends Serializable,V,C>Copyright © 2021 eXo Platform SAS. All Rights Reserved.