org.apache.activemq.memory.buffer | |
org.apache.activemq.memory.list |
Cache | Defines the interface used to cache messages. | code | html |
CacheEvictor | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
CacheEntry | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
CacheEntryList | Maintains a simple linked list of CacheEntry objects. It is thread safe. | code | html |
CacheEvictionUsageListener | Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. | code | html |
CacheFilter | Filters another Cache implementation. | code | html |
LRUMap | A simple least-recently-used cache of a fixed size. | code | html |
MapCache | Use any Map to implement the Cache. | code | html |
UsageManagerCacheFilter | Simple CacheFilter that increases/decreases usage on a UsageManager as objects are added/removed from the Cache. | code | html |