Uses of Class
org.wso2.carbon.caching.impl.CacheEntry
-
Packages that use CacheEntry Package Description org.wso2.carbon.caching.impl org.wso2.carbon.caching.impl.eviction -
-
Uses of CacheEntry in org.wso2.carbon.caching.impl
Methods in org.wso2.carbon.caching.impl that return types with arguments of type CacheEntry Modifier and Type Method Description Collection<CacheEntry<K,V>>CacheImpl. getAll() -
Uses of CacheEntry in org.wso2.carbon.caching.impl.eviction
Methods in org.wso2.carbon.caching.impl.eviction that return CacheEntry Modifier and Type Method Description CacheEntryEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionSet)CacheEntryLeastRecentlyUsedEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionList)CacheEntryMostRecentlyUsedEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionList)CacheEntryRandomEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionSet)Method parameters in org.wso2.carbon.caching.impl.eviction with type arguments of type CacheEntry Modifier and Type Method Description CacheEntryEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionSet)CacheEntryLeastRecentlyUsedEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionList)CacheEntryMostRecentlyUsedEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionList)CacheEntryRandomEvictionAlgorithm. getEntryForEviction(TreeSet<CacheEntry> evictionSet)
-