Uses of Interface
org.ehcache.spi.resilience.RecoveryStore
-
Packages that use RecoveryStore Package Description org.ehcache.spi.resilience ResilienceStrategyAPI of aCache. -
-
Uses of RecoveryStore in org.ehcache.spi.resilience
Methods in org.ehcache.spi.resilience with parameters of type RecoveryStore 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
-