Class ConcurrentLruCache<K,V>
java.lang.Object
no.hasmac.jsonld.context.cache.ConcurrentLruCache<K,V>
- All Implemented Interfaces:
Cache<K,V>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cache
-
-
Constructor Details
-
ConcurrentLruCache
public ConcurrentLruCache(int maxCapacity)
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceCache<K,V>
-
get
-
put
-
size
public long size()
-