|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Cache | |
---|---|
org.apache.activemq.memory |
Uses of Cache in org.apache.activemq.memory |
---|
Classes in org.apache.activemq.memory that implement Cache | |
---|---|
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 | |
---|---|
protected Cache |
CacheFilter.next
|
Constructors in org.apache.activemq.memory with parameters of type Cache | |
---|---|
CacheFilter(Cache next)
|
|
UsageManagerCacheFilter(Cache next,
MemoryUsage um)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |