Uses of Interface
com.atlassian.cache.Cache

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.
 



Copyright © 2014 Atlassian. All Rights Reserved.