org.mule.api.store
Interface ExpirableObjectStore<T extends Serializable>

All Superinterfaces:
ObjectStore<T>
All Known Subinterfaces:
PartitionableExpirableObjectStore<T>
All Known Implementing Classes:
PartitionedInMemoryObjectStore, PartitionedPersistentObjectStore, PersistentObjectStorePartition

public interface ExpirableObjectStore<T extends Serializable>
extends ObjectStore<T>


Method Summary
 void expire(int entryTTL, int maxEntries)
           
 
Methods inherited from interface org.mule.api.store.ObjectStore
clear, contains, isPersistent, remove, retrieve, store
 

Method Detail

expire

void expire(int entryTTL,
            int maxEntries)
            throws ObjectStoreException
Throws:
ObjectStoreException


Copyright © 2003-2014 MuleSoft, Inc.. All Rights Reserved.