Package | Description |
---|---|
org.wso2.carbon.caching.impl | |
org.wso2.carbon.caching.impl.eviction |
Modifier and Type | Field and Description |
---|---|
static EvictionAlgorithm |
CachingConstants.DEFAULT_EVICTION_ALGORITHM |
Modifier and Type | Method and Description |
---|---|
void |
CacheImpl.setEvictionAlgorithm(EvictionAlgorithm evictionAlgorithm) |
Modifier and Type | Class and Description |
---|---|
class |
LeastRecentlyUsedEvictionAlgorithm
LRU cache eviction algorithm
|
class |
MostRecentlyUsedEvictionAlgorithm
MRU cache eviction algorithm
|
class |
RandomEvictionAlgorithm
Random cache eviction algorithm
|
Modifier and Type | Method and Description |
---|---|
static void |
EvictionUtil.evict(CacheImpl cache,
EvictionAlgorithm algorithm)
Deprecated.
Do not use this method
|
Copyright © 2015 WSO2 Inc. All rights reserved.