Package org.mmbase.cache

The goal of this package is to centralize the MMBase caches.

See:
          Description

Class Summary
AggregatedResultCache Cache for queries like SELECT COUNT(number) AS number FROM mm_news news.
Cache A base class for all Caches.
MultilevelCache This cache handles multilevel query results from the bridge, namely only for the 'getList' functions of BasicCloud
NodeCache A cache for MMObjectNodes.
NodeListCache Query result cache used for getNodes from MMObjectBuilder.
QueryResultCache This cache provides a base implementation to cache the result of SearchQuery's.
RelatedNodesCache Query result cache used for getRelatedNodes from MMObjectNodes.
RelationsCache Cache from MMObjectNode number to List of InsRel MMObjectNodes instances (relation nodes).
 

Package org.mmbase.cache Description

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.

Since:
MMBase-1.6


MMBase build 1.7.1.20041002