| Package | Description |
|---|---|
| org.mule.runtime.api.store |
| Modifier and Type | Method and Description |
|---|---|
static ObjectStoreSettings.Builder |
ObjectStoreSettings.builder() |
ObjectStoreSettings.Builder |
ObjectStoreSettings.Builder.entryTtl(Long entryTtl)
Sets the entry timeout in milliseconds.
|
ObjectStoreSettings.Builder |
ObjectStoreSettings.Builder.expirationInterval(Long expirationInterval)
Sets how frequently should the expiration thread run.
|
ObjectStoreSettings.Builder |
ObjectStoreSettings.Builder.maxEntries(Integer maxEntries)
Sets the max number of entries allowed.
|
ObjectStoreSettings.Builder |
ObjectStoreSettings.Builder.persistent(boolean persistent)
Sets whether the store should be persistent or transient.
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.