Interface | Description |
---|---|
PageStoreDir |
Directory of page store.
|
Class | Description |
---|---|
LocalPageStore |
The
LocalPageStore is an implementation of PageStore which
stores all pages in a directory somewhere on the local disk. |
LocalPageStoreDir | |
MemoryPageStore |
The
MemoryPageStore is an implementation of PageStore which
stores all pages in memory. |
MemoryPageStoreDir |
Represents the dir and file level metadata of the MemPageStore.
|
PageStoreOptions |
Options used to instantiate a
PageStore . |
Enum | Description |
---|---|
PageStoreType |
This represents the different page store implementations that can be instantiated.
|
Copyright © 2023. All Rights Reserved.