Package no.hasmac.jsonld.context.cache
Interface Cache<K,V>
- All Known Implementing Classes:
ConcurrentLruCache
,LruCache
public interface Cache<K,V>
-
Method Summary
-
Method Details
-
containsKey
-
get
-
put
-
ConcurrentLruCache
, LruCache