Interface SingleCache.ICacheUpdater<K,V>
- Type Parameters:
K
- The key type.V
- The value type.
- Enclosing class:
- SingleCache<K,
V>
public static interface SingleCache.ICacheUpdater<K,V>
This is responsible for fetching new updates when the cache desires this.
-
Method Summary
-
Method Details
-
getNewValue
-
isKeyEqual
-