See: Description
| Interface | Description |
|---|---|
| Cacheable |
A Cacheable object contains information on cache policies, which determines whether the object should be cached or not.
|
| CacheImplementationInterface<K,V> |
Classes which can be used as a cache implementation need to implement this interface.
|
| CacheManagerMBean |
See http://java.sun.com/docs/books/tutorial/jmx/mbeans/standard.html
|
| CacheMBean |
See http://java.sun.com/docs/books/tutorial/jmx/mbeans/standard.html
|
| Class | Description |
|---|---|
| BlobCache |
The 'blob cache' is used in MMObjectNode to cache small byte-array field values.
|
| Cache<K,V> |
A base class for all Caches.
|
| CacheManager |
Cache manager manages the static methods of
Cache. |
| CacheManager.Bean<K,V> | |
| CachePolicy |
A CachePolicy object determines for a given object whether it should be cached or not, and how.
|
| Exception | Description |
|---|---|
| CacheConfigurationException |
The goal of this package is to centralize the MMBase caches. Every cache extends the abstract 'Cache' class, which also contains the static methods to obtain a list of al caches.
All caches which are based on the Cache class can also be configured (activity, size) by <config>/caches.xml.
MMBase2 Utils 2.0.0 - 2019-08-08T23:20