S - The type of the session identifierPI - The type of the page identifierP - The type of the stored pagepublic interface SecondLevelPageCache<S,PI,P>
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
P |
getPage(S session,
PI pageId) |
P |
removePage(S session,
PI pageId) |
void |
removePages(S session) |
void |
storePage(S session,
PI pageId,
P page) |
Copyright © 2006–2018 Apache Software Foundation. All rights reserved.