
| Interface | Description |
|---|---|
| OPageCache |
Defines the contract for page caches which act as a buffer between some page source and the consumer of the pages.
|
| Class | Description |
|---|---|
| OLruPageCache |
The implementation of a page cache based on the LRU algorithm.
|
| OPassthroughPageCache |
The no-cache passthrough implementation of a page cache, caches nothing.
|
| OTinyPageCache |
The implementation of a page cache suitable for page caches of a very tiny size, like 1-8 pages.
|
Copyright © 2009–2025 OrientDB. All rights reserved.