K - key typeV - value typeR - result type@FunctionalInterface public static interface EvictableCache.Action<K,V,R>
| Modifier and Type | Method and Description | 
|---|---|
R | 
doWith(EvictableCache<K,V> evictableCache)
Deal with the cache 
 | 
R doWith(EvictableCache<K,V> evictableCache)
evictableCache -