Uses of Class
net.sf.ehcache.CacheOperationOutcomes.EvictionOutcome
-
Packages that use CacheOperationOutcomes.EvictionOutcome Package Description net.sf.ehcache This package contains the public API for using ehcache.net.sf.ehcache.statistics This package contains classes related to LiveCacheStatistics and its implementation.net.sf.ehcache.statistics.extended This package contains classes related to extended statistics implementation.net.sf.ehcache.store Store package.net.sf.ehcache.store.disk This package contains the disk store. -
-
Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache
Methods in net.sf.ehcache that return CacheOperationOutcomes.EvictionOutcome Modifier and Type Method Description static CacheOperationOutcomes.EvictionOutcomeCacheOperationOutcomes.EvictionOutcome. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CacheOperationOutcomes.EvictionOutcome[]CacheOperationOutcomes.EvictionOutcome. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.statistics
Methods in net.sf.ehcache.statistics that return types with arguments of type CacheOperationOutcomes.EvictionOutcome Modifier and Type Method Description CoreStatistics.CountOperation<CacheOperationOutcomes.EvictionOutcome>CoreStatistics. cacheEviction()Cache eviction.CoreStatistics.CountOperation<CacheOperationOutcomes.EvictionOutcome>CoreStatisticsImpl. cacheEviction() -
Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.statistics.extended
Methods in net.sf.ehcache.statistics.extended that return types with arguments of type CacheOperationOutcomes.EvictionOutcome Modifier and Type Method Description ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome>ExtendedStatistics. eviction()Eviction.ExtendedStatistics.Operation<CacheOperationOutcomes.EvictionOutcome>ExtendedStatisticsImpl. eviction() -
Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.store
Fields in net.sf.ehcache.store with type parameters of type CacheOperationOutcomes.EvictionOutcome Modifier and Type Field Description protected org.terracotta.statistics.observer.OperationObserver<CacheOperationOutcomes.EvictionOutcome>MemoryStore. evictionObserverEviction outcome observer -
Uses of CacheOperationOutcomes.EvictionOutcome in net.sf.ehcache.store.disk
Constructor parameters in net.sf.ehcache.store.disk with type arguments of type CacheOperationOutcomes.EvictionOutcome Constructor Description Segment(int initialCapacity, float loadFactor, DiskStorageFactory primary, CacheConfiguration cacheConfiguration, PoolAccessor onHeapPoolAccessor, PoolAccessor onDiskPoolAccessor, RegisteredEventListeners cacheEventNotificationService, org.terracotta.statistics.observer.OperationObserver<CacheOperationOutcomes.EvictionOutcome> evictionObserver)Create a Segment with the given initial capacity, load-factor, primary element substitute factory, and identity element substitute factory.
-