| Package | Description |
|---|---|
| org.apache.jcs.engine.control |
The primary cache classes and the hub.
|
| org.apache.jcs.engine.memory |
Parent package for memory type plugins.
|
| org.apache.jcs.engine.memory.fifo | |
| org.apache.jcs.engine.memory.lru |
The primary memory plugin using a 'least recently used' removal policy.
|
| org.apache.jcs.engine.memory.mru |
A memory plugin implemented using a 'most recently used' removal policy.
|
| org.apache.jcs.engine.memory.shrinking |
| Modifier and Type | Method and Description |
|---|---|
MemoryCache |
CompositeCache.getMemoryCache()
Access to the memory cache for instrumentation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDoulbeLinkedListMemoryCache
This class contains methods that are common to memory caches using the double linked list, such
as the LRU, MRU, FIFO, and LIFO caches.
|
class |
AbstractMemoryCache
Some common code for the LRU and MRU caches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FIFOMemoryCache
The items are spooled in the order they are added.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUMemoryCache
A fast reference management system.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MRUMemoryCache
The most recently used items move to the front of the list and get spooled to disk if the cache
hub is configured to use a disk cache.
|
| Constructor and Description |
|---|
ShrinkerThread(MemoryCache cache)
Constructor for the ShrinkerThread object.
|
Copyright © 2002-2013 Apache Software Foundation. All Rights Reserved.