| Package | Description |
|---|---|
| org.mmbase.cache.implementation | |
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| 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 |
LRUHashtable<K,V>
Deprecated.
use
LRUCache |
MMBase2 Utils 2.0.0 - 2019-08-08T23:20