| Package | Description |
|---|---|
| org.mmbase.cache.implementation | |
| org.mmbase.cache.oscache | |
| org.mmbase.module.gui.html | |
| org.mmbase.util |
| Modifier and Type | Class and Description |
|---|---|
class |
LRUCache<K,V>
A cache implementation backed by a
LinkedHashMap, in access-order mode, and
restricted maximal size ('Least Recently Used' cache algorithm). |
| Modifier and Type | Class and Description |
|---|---|
class |
OSCacheImplementation<K,V>
Implementation of the MMBase 'CacheImplementationInterface' interface, which
delegates all calls to an OSCache implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MultilevelCacheHandler
Deprecated.
use org.mmbase.cache.MultilevelCacheHandler
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUHashtable<K,V>
Deprecated.
use org.mmbase.cache.implementation.LRUCache
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}