@FunctionalInterface public interface EvictableCache.Action<K, V, R>
Represents the action to deal with the cache
K -  key typeV -  value typeR -  result type| Type Params | Return Type | Name and description | 
|---|---|---|
 | 
                            public R | 
                            doWith(EvictableCache<K, V> evictableCache)Deal with the cache  | 
                        
Deal with the cache