Uses of Interface
com.atlassian.cache.CacheManager

Packages that use CacheManager
com.atlassian.cache.compat   
com.atlassian.cache.ehcache   
com.atlassian.cache.impl   
com.atlassian.cache.memory   
 

Uses of CacheManager in com.atlassian.cache.compat
 

Methods in com.atlassian.cache.compat that return CacheManager
 CacheManager CacheManagerFactory.getCacheManager()
          Obtain a reference to the cache manager.
 

Uses of CacheManager in com.atlassian.cache.ehcache
 

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

Uses of CacheManager in com.atlassian.cache.impl
 

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

Uses of CacheManager in com.atlassian.cache.memory
 

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



Copyright © 2014 Atlassian. All Rights Reserved.