Interface | Description |
---|---|
IDataStoreEvictionStrategy |
An eviction strategy that decides whether the in-memory data structure used as page store should
be compacted
|
Class | Description |
---|---|
HttpSessionDataStore |
A
IDataStore which stores the pages in the HttpSession . |
MemorySizeEvictionStrategy |
An eviction strategy that keeps the data store size up to configured bytes
|
PageNumberEvictionStrategy |
An eviction strategy which decides whether to evict entries from the in-memory data store
depending on the number of stored paged per session
|
PageTable |
A structure that holds page id => pageAsBytes.
|
PageTableCleaner |
Helper class that knows how to remove the nth oldest pages from
PageTable |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.