Uses of Interface
com.atlassian.cache.ManagedCache

Packages that use ManagedCache
com.atlassian.cache   
com.atlassian.cache.ehcache   
com.atlassian.cache.hazelcast   
com.atlassian.cache.impl   
com.atlassian.cache.memory   
 

Uses of ManagedCache in com.atlassian.cache
 

Methods in com.atlassian.cache that return ManagedCache
 ManagedCache CacheManager.getManagedCache(String name)
          Returns the managed cache for the specified name.
 

Methods in com.atlassian.cache that return types with arguments of type ManagedCache
 Collection<ManagedCache> CacheManager.getManagedCaches()
          Gets the collection of caches managed.
 

Uses of ManagedCache in com.atlassian.cache.ehcache
 

Methods in com.atlassian.cache.ehcache that return ManagedCache
protected
<K,V> ManagedCache
EhCacheManager.createComputingCache(String name, CacheSettings settings, CacheLoader<K,V> loader)
           
protected  ManagedCache EhCacheManager.createSimpleCache(String name, CacheSettings settings)
           
 

Uses of ManagedCache in com.atlassian.cache.hazelcast
 

Classes in com.atlassian.cache.hazelcast that implement ManagedCache
 class HazelcastCache<K,V>
          Hazelcast implementation of the Cache and ManagedCache interfaces
 class HazelcastCachedReference<V>
          A CachedReference implementation to satisfy the requirements of CacheFactory.
 class HazelcastHybridCache<K,V>
          Implementation of ManagedCache and Cache that can be used when the cached values do not implement Serializable but cache invalidation must work cluster-wide.
 class HazelcastHybridCachedReference<V>
          Implementation of ManagedCache and CachedReference that can be used when the cached value does not implement Serializable but reference invalidation must work cluster-wide.
 class ManagedCacheSupport
          Hazelcast implementation of common ManagedCache contract
 class ManagedHybridCacheSupport
          Common implementation of ManagedCache methods for hybrid caches and cached references.
 

Methods in com.atlassian.cache.hazelcast that return ManagedCache
protected
<K,V> ManagedCache
HazelcastCacheManager.createComputingCache(String name, CacheSettings settings, CacheLoader<K,V> loader)
           
protected  ManagedCache HazelcastCacheManager.createSimpleCache(String name, CacheSettings settings)
           
protected abstract  ManagedCache ManagedHybridCacheSupport.getManagedCache()
           
protected  ManagedCache HazelcastHybridCachedReference.getManagedCache()
           
protected  ManagedCache HazelcastHybridCache.getManagedCache()
           
 

Uses of ManagedCache in com.atlassian.cache.impl
 

Fields in com.atlassian.cache.impl with type parameters of type ManagedCache
protected  ConcurrentMap<String,com.atlassian.util.concurrent.Supplier<ManagedCache>> AbstractCacheManager.caches
          Map of all the caches.
 

Methods in com.atlassian.cache.impl that return ManagedCache
protected abstract
<K,V> ManagedCache
AbstractCacheManager.createComputingCache(String name, CacheSettings settings, CacheLoader<K,V> loader)
          Creates a cache that upon a miss is able to populate itself using the loader.
protected abstract  ManagedCache AbstractCacheManager.createSimpleCache(String name, CacheSettings settings)
          Creates a cache with no loader, i.e.
 ManagedCache AbstractCacheManager.getManagedCache(String name)
           
 

Methods in com.atlassian.cache.impl that return types with arguments of type ManagedCache
 Collection<ManagedCache> AbstractCacheManager.getManagedCaches()
           
 

Uses of ManagedCache in com.atlassian.cache.memory
 

Methods in com.atlassian.cache.memory that return ManagedCache
protected
<K,V> ManagedCache
MemoryCacheManager.createComputingCache(String name, CacheSettings settings, CacheLoader<K,V> loader)
           
protected  ManagedCache MemoryCacheManager.createSimpleCache(String name, CacheSettings settings)
           
 



Copyright © 2015 Atlassian. All rights reserved.