public interface EntryCacheEvictionPolicy
| Modifier and Type | Method and Description |
|---|---|
void |
doEviction(List<EntryCache> caches,
long sizeToFree)
Perform the cache eviction of at least sizeToFree bytes on the supplied list of caches.
|
void doEviction(List<EntryCache> caches, long sizeToFree)
caches - the list of caches to considersizeToFree - the minimum size in bytes to be freedCopyright © 2017–2022 Apache Software Foundation. All rights reserved.