| Interface | Description |
|---|---|
| EvictionAlgorithm |
Cache Eviction Algorithm
|
| Class | Description |
|---|---|
| EvictionUtil |
TODO: class description
|
| LeastRecentlyUsedEvictionAlgorithm |
LRU cache eviction algorithm
|
| MostRecentlyUsedEvictionAlgorithm |
MRU cache eviction algorithm
|
| RandomEvictionAlgorithm |
Random cache eviction algorithm
|
Copyright © 2018 WSO2 Inc. All rights reserved.