Uses of Interface
com.atlassian.cache.CacheSettings
-
Uses of CacheSettings in com.atlassian.cache
Methods in com.atlassian.cache that return CacheSettingsModifier and TypeMethodDescriptionCacheSettingsBuilder.build()CacheSettingsDefaultsProvider.getDefaults(String name) Obtains the default cache settings. from persistent storage, for the specified cache.CacheSettings.override(CacheSettings overrides) Returns a newCacheSettingsinstance where the current settings are overridden with settings specified inoverrides.Methods in com.atlassian.cache with parameters of type CacheSettingsModifier and TypeMethodDescription<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.<V> CachedReference<V> CacheFactory.getCachedReference(Class<?> owningClass, String name, Supplier<V> supplier, CacheSettings required) Returns a Cached Reference, creating it if necessary.<V> CachedReference<V> CacheFactory.getCachedReference(String name, Supplier<V> supplier, CacheSettings required) Returns a Cached Reference, creating it if necessary.default <K,V> ReadThroughCache <K, V> CacheFactory.getReadThroughCache(String name, CacheSettings required) Returns theReadThroughCachewith the given name, creates it if necessary.CacheSettings.override(CacheSettings overrides) Returns a newCacheSettingsinstance where the current settings are overridden with settings specified inoverrides.Constructors in com.atlassian.cache with parameters of type CacheSettingsModifierConstructorDescriptionCacheSettingsBuilder(CacheSettings settings) Constructor that initializes the builder with the settings from aCacheSettingsinstance