Package | Description |
---|---|
org.wso2.carbon.caching.impl | |
org.wso2.carbon.caching.impl.eviction |
Modifier and Type | Method and Description |
---|---|
Collection<CacheEntry<K,V>> |
CacheImpl.getAll() |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
RandomEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
CacheEntry |
MostRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
CacheEntry |
LeastRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
CacheEntry |
EvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
Modifier and Type | Method and Description |
---|---|
CacheEntry |
RandomEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
CacheEntry |
MostRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
CacheEntry |
LeastRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
CacheEntry |
EvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
Copyright © 2015 WSO2 Inc. All rights reserved.