Uses of Interface
org.apache.activemq.memory.CacheEvictor
-
Packages that use CacheEvictor Package Description org.apache.activemq.memory -
-
Uses of CacheEvictor in org.apache.activemq.memory
Methods in org.apache.activemq.memory that return CacheEvictor Modifier and Type Method Description CacheEvictor
CacheEntryList. createFIFOCacheEvictor()
CacheEvictor
CacheEntryList. createLIFOCacheEvictor()
Methods in org.apache.activemq.memory with parameters of type CacheEvictor Modifier and Type Method Description void
CacheEvictionUsageListener. add(CacheEvictor evictor)
void
CacheEvictionUsageListener. remove(CacheEvictor evictor)
-