Package javax.cache
Interface Cache.Entry<K,V>
-
- All Known Subinterfaces:
Cache.MutableEntry<K,V>
- All Known Implementing Classes:
CacheEntry
public static interface Cache.Entry<K,V>A cache entry (key-value pair).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KgetKey()Returns the key corresponding to this entry.VgetValue()Returns the value stored in the cache when this entry was created.
-