Interface | Description |
---|---|
CacheLoaderSupport<K,V> |
The
CacheLoaderSupport interface is an extension of CacheLoader and a FunctionalInterface
useful in Lambda expressions. |
CacheWriterSupport<K,V> |
Class supporting the implementation of Apache Geode
CacheWriters . |
Class | Description |
---|---|
RepositoryCacheLoaderWriterSupport<T,ID> |
Abstract base class supporting the implementation of Apache Geode
CacheLoaders
and CacheWriters backed by Spring Data Repositories . |