| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlobCache
The 'blob cache' is used in MMObjectNode to cache small byte-array field values.
|
| Modifier and Type | Method and Description |
|---|---|
static Cache |
CacheManager.getCache(String name)
Returns the Cache with a certain name.
|
Cache<K,V> |
Cache.putCache()
Puts this cache in the caches repository.
|
static <K,V> Cache<K,V> |
CacheManager.putCache(Cache<K,V> cache)
Puts a cache in the caches repository.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Cache<?,?>> |
CacheManager.getMap() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Cache<K,V> |
CacheManager.putCache(Cache<K,V> cache)
Puts a cache in the caches repository.
|
| Constructor and Description |
|---|
Bean(Cache<K,V> c) |
| 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.
|
MMBase2 Utils 2.0.0 - 2019-08-08T23:20