- All Superinterfaces:
- CacheLoader<K,V>, CacheWriter<K,V>, Lifecycle
- All Known Subinterfaces:
- AdvancedLoadWriteStore<K,V>, FlagAffectedStore<K,V>
- All Known Implementing Classes:
- JdbcStringBasedStore, JpaStore, RemoteStore, RestStore, SingleFileStore
@ThreadSafe
public interface ExternalStore<K,V>
extends CacheLoader<K,V>, CacheWriter<K,V>
Basic interface for interacting with an external store in a read-write mode.
- Since:
- 6.0
- Author:
- Mircea Markus