Uses of Interface
org.apache.activemq.memory.Cache
-
Packages that use Cache Package Description org.apache.activemq.memory -
-
Uses of Cache in org.apache.activemq.memory
Classes in org.apache.activemq.memory that implement Cache Modifier and Type Class Description class
CacheFilter
Filters another Cache implementation.class
MapCache
Use any Map to implement the Cache.class
UsageManagerCacheFilter
Simple CacheFilter that increases/decreases usage on a UsageManager as objects are added/removed from the Cache.Fields in org.apache.activemq.memory declared as Cache Modifier and Type Field Description protected Cache
CacheFilter. next
Constructors in org.apache.activemq.memory with parameters of type Cache Constructor Description CacheFilter(Cache next)
UsageManagerCacheFilter(Cache next, MemoryUsage um)
-