Uses of Interface
org.wso2.carbon.caching.impl.eviction.EvictionAlgorithm
-
Packages that use EvictionAlgorithm Package Description org.wso2.carbon.caching.impl org.wso2.carbon.caching.impl.eviction -
-
Uses of EvictionAlgorithm in org.wso2.carbon.caching.impl
Fields in org.wso2.carbon.caching.impl declared as EvictionAlgorithm Modifier and Type Field Description static EvictionAlgorithmCachingConstants. DEFAULT_EVICTION_ALGORITHMMethods in org.wso2.carbon.caching.impl with parameters of type EvictionAlgorithm Modifier and Type Method Description voidCacheImpl. setEvictionAlgorithm(EvictionAlgorithm evictionAlgorithm) -
Uses of EvictionAlgorithm in org.wso2.carbon.caching.impl.eviction
Classes in org.wso2.carbon.caching.impl.eviction that implement EvictionAlgorithm Modifier and Type Class Description classLeastRecentlyUsedEvictionAlgorithmLRU cache eviction algorithmclassMostRecentlyUsedEvictionAlgorithmMRU cache eviction algorithmclassRandomEvictionAlgorithmRandom cache eviction algorithmMethods in org.wso2.carbon.caching.impl.eviction with parameters of type EvictionAlgorithm Modifier and Type Method Description static voidEvictionUtil. evict(CacheImpl cache, EvictionAlgorithm algorithm)Deprecated.Do not use this method
-