Uses of Interface
com.atlassian.cache.Cache
-
Uses of Cache in com.atlassian.cache
Methods in com.atlassian.cache that return CacheModifier and TypeMethodDescription<K,V> Cache <K, V> Returns the cache with the given name, creates it if necessary.<K,V> Cache <K, V> 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> Deprecated.since 2.0, use getCache(name) insteadMethods in com.atlassian.cache that return types with arguments of type CacheModifier and TypeMethodDescriptionCollection<Cache<?, ?>> CacheManager.getCaches()Deprecated.Since 2.0.