@FunctionalInterface
public interface CacheLoaderSupport<K,V>
extends org.apache.geode.cache.CacheLoader<K,V>
CacheLoaderSupport
interface is an extension of CacheLoader
and a FunctionalInterface
useful in Lambda expressions.FunctionalInterface
,
CacheLoader
Modifier and Type | Method and Description |
---|---|
default void |
close()
Closes any resources opened and used by this
CacheLoader . |