| Package | Description |
|---|---|
| org.apache.commons.jcs3.engine.memory |
Parent package for memory type plugins.
|
| org.apache.commons.jcs3.engine.memory.fifo | |
| org.apache.commons.jcs3.engine.memory.lru |
The primary memory plugin using a 'least recently used' removal policy.
|
| org.apache.commons.jcs3.engine.memory.mru |
A memory plugin implemented using a 'most recently used' removal policy.
|
| org.apache.commons.jcs3.engine.memory.soft |
A memory plugin implemented using soft references.
|
| Class and Description |
|---|
| AbstractMemoryCache
This base includes some common code for memory caches.
|
| Class and Description |
|---|
| AbstractDoubleLinkedListMemoryCache
This class contains methods that are common to memory caches using the double linked list, such
as the LRU, MRU, FIFO, and LIFO caches.
|
| AbstractMemoryCache
This base includes some common code for memory caches.
|
| Class and Description |
|---|
| AbstractDoubleLinkedListMemoryCache
This class contains methods that are common to memory caches using the double linked list, such
as the LRU, MRU, FIFO, and LIFO caches.
|
| AbstractMemoryCache
This base includes some common code for memory caches.
|
| Class and Description |
|---|
| AbstractDoubleLinkedListMemoryCache
This class contains methods that are common to memory caches using the double linked list, such
as the LRU, MRU, FIFO, and LIFO caches.
|
| AbstractMemoryCache
This base includes some common code for memory caches.
|
| Class and Description |
|---|
| AbstractMemoryCache
This base includes some common code for memory caches.
|
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.