@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
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/codehaus/groovy/runtime/memoize/EvictableCache.Action.html