@FunctionalInterface public interface EvictableCache.Action<K, V, R>
Represents the action to deal with the cache
K
- key typeV
- value typeR
- result typeType Params | Return Type | Name and description |
---|---|---|
public R |
doWith(EvictableCache<K, V> evictableCache) Deal with the cache |
Deal with the cache
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/runtime/memoize/EvictableCache.Action.html