- java.lang.Object
-
- com.appslandia.common.caching.JCache<K,V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(K key)Vget(K key)voidput(K key, V value)booleanputIfAbsent(K key, V value)booleanremove(K key)booleanremove(K key, V oldValue)voidremoveAll(Set<? extends K> keys)booleanreplace(K key, V value)booleanreplace(K key, V oldValue, V newValue)
-
-
-
Method Detail
-
putIfAbsent
public boolean putIfAbsent(K key, V value)
- Specified by:
putIfAbsentin interfaceAppCache<K,V>
-
containsKey
public boolean containsKey(K key)
- Specified by:
containsKeyin interfaceAppCache<K,V>
-
-