| Package | Description |
|---|---|
| org.mmbase.cache |
The goal of this package is to centralize the MMBase
caches.
|
| org.mmbase.core.util |
| Modifier and Type | Class and Description |
|---|---|
class |
AggregatedResultCache
Cache for queries like SELECT COUNT(number) AS number FROM mm_news news.
|
class |
MultilevelCache
This cache handles multilevel query results from the bridge, namely only for the 'getList'
functions of BasicCloud
|
class |
NodeListCache
Query result cache used for getNodes from MMObjectBuilder.
|
class |
RelatedNodesCache
Query result cache used for getRelatedNodes from MMObjectNodes.
|
| Modifier and Type | Method and Description |
|---|---|
protected QueryResultCache |
StorageConnector.getCache(SearchQuery query)
Returns the Cache which should be used for the result of a certain query.
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}