Uses of Interface
org.xwiki.cache.CacheFactory

Packages that use CacheFactory
org.xwiki.cache   
org.xwiki.cache.internal   
 

Uses of CacheFactory in org.xwiki.cache
 

Methods in org.xwiki.cache that return CacheFactory
 CacheFactory CacheManager.getCacheFactory()
          Lookup the cache creation component with provided hint return it.
 CacheFactory CacheManager.getLocalCacheFactory()
          Lookup the local cache creation component with provided hint return it.
 

Uses of CacheFactory in org.xwiki.cache.internal
 

Classes in org.xwiki.cache.internal that implement CacheFactory
 class DefaultCacheFactory
          Default implementation of CacheFactory.
 

Methods in org.xwiki.cache.internal that return CacheFactory
 CacheFactory DefaultCacheManager.getCacheFactory()
          Lookup the cache creation component with provided hint return it.
 CacheFactory DefaultCacheManager.getCacheFactory(java.lang.String cacheHint)
          Lookup the cache creation component with provided hint return it.
 CacheFactory DefaultCacheManager.getLocalCacheFactory()
          Lookup the local cache creation component with provided hint return it.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.