| Package | Description |
|---|---|
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.cache.xslt |
Provides the caches which can be used when doing XSLT conversions.
|
| org.mmbase.util |
This package contains all kind of generic utilities.
|
| org.mmbase.util.xml |
| Modifier and Type | Class and Description |
|---|---|
class |
BlobCache
The 'blob cache' is used in MMObjectNode to cache small byte-array field values.
|
class |
Cache<K,V>
A base class for all Caches.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FactoryCache
A cache for XSL Transformer Factories.
|
class |
ResultCache
Caches the results of XSL transformations.
|
class |
TemplateCache
A cache for XSL transformation templates.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LRUHashtable<K,V>
Deprecated.
use
LRUCache |
class |
LRUHashtable.LRUEntry
Deprecated.
Element used to store information from the LRUHashtable.
|
| Modifier and Type | Class and Description |
|---|---|
class |
URIResolver
This URIResolver can be used to resolve URI's, also in TransformerFactory's.
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20