Package one.microstream.cache.types
Interface CacheLoaderWriterFactories<K,V>
- All Known Implementing Classes:
CacheLoaderWriterFactories.ConfigurationBased
@Deprecated public interface CacheLoaderWriterFactories<K,V>
Deprecated.
will be removed in a future release
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CacheLoaderWriterFactories.ConfigurationBased<K,V>
Deprecated. -
Method Summary
Modifier and Type Method Description javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K,V>>
loaderFactory()
Deprecated.static <K, V> CacheLoaderWriterFactories<K,V>
New(Configuration storageConfiguration)
Deprecated.javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<? super K,? super V>>
writerFactory()
Deprecated.
-
Method Details
-
loaderFactory
Deprecated. -
writerFactory
javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<? super K,? super V>> writerFactory()Deprecated. -
New
Deprecated.
-