Package no.hasmac.jsonld.context.cache
Class ConcurrentLruCache<K,V>
- java.lang.Object
-
- no.hasmac.jsonld.context.cache.ConcurrentLruCache<K,V>
-
-
Constructor Summary
Constructors Constructor Description ConcurrentLruCache(int maxCapacity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
containsKey(K key)
V
get(K key)
void
put(K key, V value)
long
size()
-