Uses of Interface
org.mmbase.cache.CacheMBean

Packages that use CacheMBean
org.mmbase.applications.media.cache   
org.mmbase.bridge.jsp.taglib.util   
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.module.builders The MMBase standard and optional builders. 
org.mmbase.security.implementation.cloudcontext   
 

Uses of CacheMBean in org.mmbase.applications.media.cache
 

Classes in org.mmbase.applications.media.cache that implement CacheMBean
 class URLCache
          A cache for URLS requested in the MediaFragment builder.
 

Uses of CacheMBean in org.mmbase.bridge.jsp.taglib.util
 

Classes in org.mmbase.bridge.jsp.taglib.util that implement CacheMBean
(package private)  class AttributeCache
          Cache which relates unparsed Attribute Strings with parsed `Attribute' objects.
 

Uses of CacheMBean in org.mmbase.cache
 

Classes in org.mmbase.cache that implement CacheMBean
 class AggregatedResultCache
          Cache for queries like SELECT COUNT(number) AS number FROM mm_news news.
 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.
 class MultilevelCache
          This cache handles multilevel query results from the bridge, namely only for the 'getList' functions of BasicCloud
 class NodeCache
          A cache for MMObjectNodes.
 class NodeListCache
          Query result cache used for getNodes from MMObjectBuilder.
 class QueryResultCache
          This cache provides a base implementation to cache the result of SearchQuery's.
 class RelatedNodesCache
          Query result cache used for getRelatedNodes from MMObjectNodes.
 class RelationsCache
          Cache from MMObjectNode number to List of InsRel MMObjectNodes instances (relation nodes).
 

Uses of CacheMBean in org.mmbase.cache.xslt
 

Classes in org.mmbase.cache.xslt that implement CacheMBean
 class FactoryCache
          A cache for XSL Transformer Factories.
 class ResultCache
          Caches the results of XSL transformations.
 class TemplateCache
          A cache for XSL transformation templates.
 

Uses of CacheMBean in org.mmbase.module.builders
 

Classes in org.mmbase.module.builders that implement CacheMBean
protected static class AbstractImages.CKeyCache
          Cache with 'ckey' keys.
 

Uses of CacheMBean in org.mmbase.security.implementation.cloudcontext
 

Classes in org.mmbase.security.implementation.cloudcontext that implement CacheMBean
protected static class Caches.OperationsCache
           
 



MMBase 2.0-SNAPSHOT - null