public interface LRUList extends Iterable<OCacheEntry>
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
contains(long fileId,
long filePosition) |
OCacheEntry |
get(long fileId,
long pageIndex) |
OCacheEntry |
getLRU() |
Iterator<OCacheEntry> |
iterator() |
void |
putToMRU(OCacheEntry cacheEntry) |
OCacheEntry |
remove(long fileId,
long pageIndex) |
OCacheEntry |
removeLRU() |
Iterator<OCacheEntry> |
reverseIterator() |
int |
size() |
forEach, spliteratorOCacheEntry get(long fileId, long pageIndex)
OCacheEntry remove(long fileId, long pageIndex)
void putToMRU(OCacheEntry cacheEntry)
void clear()
boolean contains(long fileId,
long filePosition)
int size()
OCacheEntry removeLRU()
OCacheEntry getLRU()
Iterator<OCacheEntry> iterator()
iterator in interface Iterable<OCacheEntry>Iterator<OCacheEntry> reverseIterator()
Copyright © 2009–2025 OrientDB. All rights reserved.