Uses of Interface
com.atlassian.cache.CacheLoader
-
Uses of CacheLoader in com.atlassian.cache
Methods in com.atlassian.cache with parameters of type CacheLoaderModifier and TypeMethodDescription<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.