| Package | Description |
|---|---|
| org.apache.wicket |
The core Wicket package.
|
| org.apache.wicket.settings |
| Modifier and Type | Method and Description |
|---|---|
StoreSettings |
Application.getStoreSettings() |
| Modifier and Type | Method and Description |
|---|---|
Application |
Application.setStoreSettings(StoreSettings storeSettings) |
| Modifier and Type | Method and Description |
|---|---|
StoreSettings |
StoreSettings.setAsynchronous(boolean async)
Sets a flag whether to wrap the configured
IDataStore with
AsynchronousDataStore. |
StoreSettings |
StoreSettings.setAsynchronousQueueCapacity(int queueCapacity)
Sets the capacity of the queue used to store the pages which will be stored asynchronously
|
StoreSettings |
StoreSettings.setFileStoreFolder(File fileStoreFolder)
Sets the folder where
DiskDataStore will store the files with page instances per
session |
StoreSettings |
StoreSettings.setInmemoryCacheSize(int inmemoryCacheSize)
Sets the maximum number of page instances which will be stored in the application scoped
second level cache for faster retrieval
|
StoreSettings |
StoreSettings.setMaxSizePerSession(Bytes maxSizePerSession)
Sets the maximum size of the
File where page instances per session are stored. |
Copyright © 2006–2021 Apache Software Foundation. All rights reserved.