| 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 |
LeastRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
CacheEntry |
EvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
CacheEntry |
RandomEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
CacheEntry |
MostRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry |
LeastRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
CacheEntry |
EvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
CacheEntry |
RandomEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionSet) |
CacheEntry |
MostRecentlyUsedEvictionAlgorithm.getEntryForEviction(TreeSet<CacheEntry> evictionList) |
Copyright © 2018 WSO2 Inc. All rights reserved.