Uses of Interface
com.atlassian.cache.Cache

Packages that use Cache
com.atlassian.cache   
com.atlassian.cache.impl   
 

Uses of Cache in com.atlassian.cache
 

Methods in com.atlassian.cache that return Cache
<K,V> Cache<K,V>
CacheFactory.getCache(Class<?> owningClass, String name)
          Returns the cache with the given name, creates it if necessary.
<K,V> Cache<K,V>
CacheFactory.getCache(String name)
          Returns the cache with the given name, creates it if necessary.
<K,V> Cache<K,V>
CacheFactory.getCache(String name, CacheLoader<K,V> loader)
          Returns the cache with the given name and loader, creates it if necessary.
<K,V> Cache<K,V>
CacheFactory.getCache(String name, CacheLoader<K,V> loader, CacheSettings required)
          Returns the cache with the given name, loader and required cache settings, creates it if necessary.
<K,V> Cache<K,V>
CacheFactory.getCache(String name, Class<K> keyType, Class<V> valueType)
          Deprecated. since 2.0, use getCache(name) instead
 

Methods in com.atlassian.cache that return types with arguments of type Cache
 Collection<Cache<?,?>> CacheManager.getCaches()
          Deprecated. Since 2.0. Use CacheManager.getManagedCaches() instead.
 

Uses of Cache in com.atlassian.cache.impl
 

Methods in com.atlassian.cache.impl that return Cache
<K,V> Cache<K,V>
AbstractCacheManager.getCache(Class<?> owningClass, String name)
           
<K,V> Cache<K,V>
AbstractCacheManager.getCache(String name)
           
<K,V> Cache<K,V>
AbstractCacheManager.getCache(String name, CacheLoader<K,V> loader)
           
<K,V> Cache<K,V>
AbstractCacheManager.getCache(String name, CacheLoader<K,V> loader, CacheSettings settings)
           
<K,V> Cache<K,V>
AbstractCacheManager.getCache(String name, Class<K> keyType, Class<V> valueType)
           
 

Methods in com.atlassian.cache.impl that return types with arguments of type Cache
 Collection<Cache<?,?>> AbstractCacheManager.getCaches()
           
 



Copyright © 2014 Atlassian. All Rights Reserved.