Uses of Class
io.helidon.integrations.microstream.cache.MicrostreamCacheConfigurationBuilder
Packages that use MicrostreamCacheConfigurationBuilder
Package
Description
Provides support for Microstream-Cache features integration.
-
Uses of MicrostreamCacheConfigurationBuilder in io.helidon.integrations.microstream.cache
Methods in io.helidon.integrations.microstream.cache that return MicrostreamCacheConfigurationBuilderModifier and TypeMethodDescriptionstatic MicrostreamCacheConfigurationBuilder<?, ?> Deprecated, for removal: This API element is subject to removal in a future version.creates a new MicrostreamCacheConfigurationBuilder using the supplied helidon configuration.static <K,V> MicrostreamCacheConfigurationBuilder <K, V> Deprecated, for removal: This API element is subject to removal in a future version.Create a CacheConfiguration builder initialized from the supplied helidon configuration node.static <K,V> MicrostreamCacheConfigurationBuilder <K, V> Deprecated, for removal: This API element is subject to removal in a future version.Create a CacheConfiguration builder with default values.MicrostreamCacheConfigurationBuilder.cacheLoaderFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheLoader<K, V>> cacheLoaderFactory) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.cacheWriterFactory(javax.cache.configuration.Factory<javax.cache.integration.CacheWriter<? super K, ? super V>> cacheWriterFactory) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.enableManagement(boolean enableManagement) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.enableStatistics(boolean enableStatistics) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.evictionManagerFactory(javax.cache.configuration.Factory<one.microstream.cache.types.EvictionManager<K, V>> evictionManagerFactory) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.expiryPolicyFactory(javax.cache.configuration.Factory<javax.cache.expiry.ExpiryPolicy> expiryPolicyFactory) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.readThrough(boolean readTrough) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.storeByValue(boolean storeByValue) Deprecated, for removal: This API element is subject to removal in a future version.MicrostreamCacheConfigurationBuilder.writeThrough(boolean writeThrough) Deprecated, for removal: This API element is subject to removal in a future version.