Uses of Interface
org.ehcache.Cache.Entry
-
Packages that use Cache.Entry Package Description org.ehcache Main Ehcache API, includingcache managersandcaches.org.ehcache.spi.resilience ResilienceStrategyAPI of aCache. -
-
Uses of Cache.Entry in org.ehcache
Methods in org.ehcache that return types with arguments of type Cache.Entry Modifier and Type Method Description java.util.Iterator<Cache.Entry<K,V>>Cache. iterator()Returns an iterator over the cache entries. -
Uses of Cache.Entry in org.ehcache.spi.resilience
Methods in org.ehcache.spi.resilience that return Cache.Entry Modifier and Type Method Description Cache.Entry<K,V>ResilienceStrategy. iteratorFailure(StoreAccessException e)Called when a cache iterator advancement fails due to an underlying store failure.
-