Package no.hasmac.jsonld.context.cache
Interface Cache<K,V>
-
- All Known Implementing Classes:
ConcurrentLruCache
,LruCache
public interface Cache<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsKey(K key)
V
get(K key)
void
put(K key, V value)
-