Package | Description |
---|---|
org.apache.activemq.memory |
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
protected Cache |
CacheFilter.next |
Constructor and Description |
---|
CacheFilter(Cache next) |
UsageManagerCacheFilter(Cache next,
MemoryUsage um) |
Copyright © 2005–2018. All rights reserved.