Interface Cache<K,V>
-
- All Known Implementing Classes:
LruCache
public interface Cache<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontainsKey(K key)Vget(K key)voidput(K key, V value)
-