Uses of Interface
org.ehcache.config.CacheConfiguration
Packages that use CacheConfiguration
Package
Description
Main Ehcache API, including
cache managers and
caches.CacheManager configuration,
Cache configuration and other configuration classes.CacheLoaderWriter SPI for a Cache.PersistableResourceService and other persistence
related SPI.ResilienceStrategy API of a Cache.-
Uses of CacheConfiguration in org.ehcache
Methods in org.ehcache with parameters of type CacheConfigurationModifier and TypeMethodDescription<K,V> Cache <K, V> CacheManager.createCache(String alias, CacheConfiguration<K, V> config) Method parameters in org.ehcache with type arguments of type CacheConfigurationModifier and TypeMethodDescription<K,V> Cache <K, V> CacheManager.createCache(String alias, Builder<? extends CacheConfiguration<K, V>> configBuilder) Creates aCachein thisCacheManageraccording to the specifiedCacheConfigurationprovided through aBuilder. -
Uses of CacheConfiguration in org.ehcache.config
Subinterfaces of CacheConfiguration in org.ehcache.configModifier and TypeInterfaceDescriptioninterfaceRepresents the configuration currently used by aCache.Methods in org.ehcache.config that return CacheConfigurationModifier and TypeMethodDescriptionFluentCacheConfigurationBuilder.build()Builds a newCacheConfiguration.CacheConfiguration<?, ?> Return the cache configuration for the given alias.Methods in org.ehcache.config that return types with arguments of type CacheConfigurationModifier and TypeMethodDescriptionMap<String, CacheConfiguration<?, ?>> Configuration.getCacheConfigurations()Mapping of aliases toCacheConfigurations, used to configure theCaches managed by theCacheManager.Methods in org.ehcache.config with parameters of type CacheConfigurationModifier and TypeMethodDescriptionFluentConfigurationBuilder.withCache(String alias, CacheConfiguration<?, ?> config) Adds the given cache to this configuration.Method parameters in org.ehcache.config with type arguments of type CacheConfigurationModifier and TypeMethodDescriptiondefault BFluentConfigurationBuilder.withCache(String alias, Builder<? extends CacheConfiguration<?, ?>> builder) Adds the cache configuration built by a builder to this configuration. -
Uses of CacheConfiguration in org.ehcache.spi.loaderwriter
Methods in org.ehcache.spi.loaderwriter with parameters of type CacheConfigurationModifier and TypeMethodDescription<K,V> CacheLoaderWriter <? super K, V> CacheLoaderWriterProvider.createCacheLoaderWriter(String alias, CacheConfiguration<K, V> cacheConfiguration) Creates aCacheLoaderWriterfor use with theCacheof the given alias and configuration. -
Uses of CacheConfiguration in org.ehcache.spi.persistence
Methods in org.ehcache.spi.persistence with parameters of type CacheConfigurationModifier and TypeMethodDescriptionPersistableResourceService.getPersistenceSpaceIdentifier(String name, CacheConfiguration<?, ?> config) Returns aPersistableResourceService.PersistenceSpaceIdentifierfor the space associated to the provided arguments. -
Uses of CacheConfiguration in org.ehcache.spi.resilience
Methods in org.ehcache.spi.resilience with parameters of type CacheConfigurationModifier and TypeMethodDescription<K,V> ResilienceStrategy <K, V> ResilienceStrategyProvider.createResilienceStrategy(String alias, CacheConfiguration<K, V> configuration, RecoveryStore<K> recoveryStore) Creates aResilienceStrategyfor theCachewith the given alias and configuration using the givenRecoveryStore.<K,V> ResilienceStrategy <K, V> ResilienceStrategyProvider.createResilienceStrategy(String alias, CacheConfiguration<K, V> configuration, RecoveryStore<K> recoveryStore, CacheLoaderWriter<? super K, V> loaderWriter) Creates aResilienceStrategyfor theCachewith the given alias and configuration using the givenRecoveryStoreandCacheLoaderWriter