Uses of Interface
com.atlassian.cache.ReadThroughCache
-
Uses of ReadThroughCache in com.atlassian.cache
Subinterfaces of ReadThroughCache in com.atlassian.cacheModifier and TypeInterfaceDescriptioninterfaceCache<K,V> Interface that defines the common cache operations.Methods in com.atlassian.cache that return ReadThroughCacheModifier and TypeMethodDescriptiondefault <K,V> ReadThroughCache <K, V> CacheFactory.getReadThroughCache(String name) Returns theReadThroughCachewith the given name, creates it if necessary.default <K,V> ReadThroughCache <K, V> CacheFactory.getReadThroughCache(String name, CacheSettings required) Returns theReadThroughCachewith the given name, creates it if necessary.