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