Uses of Interface
org.ehcache.spi.resilience.ResilienceStrategy
-
Packages that use ResilienceStrategy Package Description org.ehcache.config CacheManager configuration,Cache configurationand other configuration classes.org.ehcache.spi.resilience ResilienceStrategyAPI of aCache. -
-
Uses of ResilienceStrategy in org.ehcache.config
Methods in org.ehcache.config with parameters of type ResilienceStrategy Modifier and Type Method Description BFluentCacheConfigurationBuilder. withResilienceStrategy(ResilienceStrategy<K,V> resilienceStrategy)Sets theResilienceStrategyin the returned builder.Method parameters in org.ehcache.config with type arguments of type ResilienceStrategy Modifier and Type Method Description BFluentCacheConfigurationBuilder. withResilienceStrategy(java.lang.Class<? extends ResilienceStrategy> resilienceStrategyClass, java.lang.Object... arguments)Sets theResilienceStrategy(using a class and constructor arguments) in the returned builder. -
Uses of ResilienceStrategy in org.ehcache.spi.resilience
Methods in org.ehcache.spi.resilience that return ResilienceStrategy Modifier and Type Method Description <K,V>
ResilienceStrategy<K,V>ResilienceStrategyProvider. createResilienceStrategy(java.lang.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(java.lang.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
-