Uses of Interface
com.atlassian.cache.CacheFactory

Packages that use CacheFactory
com.atlassian.cache   
com.atlassian.cache.ehcache   
com.atlassian.cache.impl   
com.atlassian.cache.memory   
 

Uses of CacheFactory in com.atlassian.cache
 

Subinterfaces of CacheFactory in com.atlassian.cache
 interface CacheManager
           
 

Fields in com.atlassian.cache declared as CacheFactory
protected  CacheFactory AbstractLazyReferenceTest.factory
           
protected  CacheFactory AbstractCacheEagerTest.factory
           
protected  CacheFactory AbstractCacheLazyTest.factory
           
 

Uses of CacheFactory in com.atlassian.cache.ehcache
 

Classes in com.atlassian.cache.ehcache that implement CacheFactory
 class EhCacheManager
          Maintains a mapping of name -> Cache and provides factory methods for creating ad getting caches.
 

Uses of CacheFactory in com.atlassian.cache.impl
 

Classes in com.atlassian.cache.impl that implement CacheFactory
 class AbstractCacheManager
          A partial implementation of CacheManager.
 

Uses of CacheFactory in com.atlassian.cache.memory
 

Classes in com.atlassian.cache.memory that implement CacheFactory
 class MemoryCacheManager
          Maintains a mapping of name -> Cache and provides factory methods for creating and getting caches.
 



Copyright © 2014 Atlassian. All Rights Reserved.