| Package | Description |
|---|---|
| org.mule.runtime.api.store |
| Modifier and Type | Method and Description |
|---|---|
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getObjectStore(String name)
Return the partition of the default in-memory store with the given name, creating it if necessary.
|
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getObjectStore(String name,
boolean isPersistent)
Return the partition of the default in-memory or persistent store with the given name, creating it if necessary.
|
<T extends ObjectStore<? extends Serializable>> |
ObjectStoreManager.getObjectStore(String name,
boolean isPersistent,
int maxEntries,
long entryTTL,
long expirationInterval)
Return the monitored partition of the default in-memory or persistent store with the given name, creating it if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectStoreManager.disposeStore(ObjectStore<? extends Serializable> store)
Delete all objects from the partition
|
Copyright © 2017 MuleSoft, Inc.. All rights reserved.