| AbstractPageFile |
Abstract base class for the page file API for both caches and true page files
(in-memory and on-disk).
|
| AbstractPageFileFactory |
Abstract page file factory.
|
| AbstractStoringPageFile |
Abstract class implementing general methods of a PageFile.
|
| MemoryPageFileFactory |
Page file factory for memory page files.
|
| OnDiskArray |
On Disc Array storage for records of a given size.
|
| Page |
Defines the requirements for objects that can be stored in a cache and can be
persistently saved.
|
| PageFile |
Page file interface.
|
| PageFileFactory |
Factory interface for generating page files.
|
| PageHeader |
Defines the requirements for a header of a persistent page file.
|