Package org.apache.ignite.cache.store
Contains cache store interfaces.
-
Interface Summary Interface Description CacheStore<K,V> API for cache persistent storage for read-through and write-through behavior.CacheStoreSession Session for the cache store operations.CacheStoreSessionListener Cache store session listener that allows to implement callbacks for session lifecycle. -
Class Summary Class Description CacheLoadOnlyStoreAdapter<K,V,I> This adapter designed to support stores with bulk loading from stream-like source.CacheStoreAdapter<K,V> Cache storage convenience adapter.