|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IPageMapEvictionStrategy | |
|---|---|
| wicket.session.pagemap | |
| wicket.settings | |
| Uses of IPageMapEvictionStrategy in wicket.session.pagemap |
|---|
| Classes in wicket.session.pagemap that implement IPageMapEvictionStrategy | |
|---|---|
class |
LeastRecentlyAccessedEvictionStrategy
A simple eviction strategy that evicts the least recently accessed page version from the given page map. |
| Uses of IPageMapEvictionStrategy in wicket.settings |
|---|
| Methods in wicket.settings that return IPageMapEvictionStrategy | |
|---|---|
IPageMapEvictionStrategy |
Settings.getPageMapEvictionStrategy()
|
IPageMapEvictionStrategy |
ISessionSettings.getPageMapEvictionStrategy()
Gets the strategy for evicting pages from the page map. |
| Methods in wicket.settings with parameters of type IPageMapEvictionStrategy | |
|---|---|
void |
Settings.setPageMapEvictionStrategy(IPageMapEvictionStrategy pageMapEvictionStrategy)
|
void |
ISessionSettings.setPageMapEvictionStrategy(IPageMapEvictionStrategy pageMapEvictionStrategy)
Sets the strategy for evicting pages from the page map. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||