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 classCacheFilterFilters another Cache implementation.classMapCacheUse any Map to implement the Cache.classUsageManagerCacheFilterSimple 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 CacheCacheFilter. nextConstructors in org.apache.activemq.memory with parameters of type Cache Constructor Description CacheFilter(Cache next)UsageManagerCacheFilter(Cache next, MemoryUsage um)
-