public interface ExpirableObjectStore<T extends Serializable> extends ObjectStore<T>
Modifier and Type | Method and Description |
---|---|
void |
expire(int entryTTL,
int maxEntries) |
clear, contains, isPersistent, remove, retrieve, store
void expire(int entryTTL, int maxEntries) throws ObjectStoreException
ObjectStoreException
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.