Uses of Class
com.atlassian.confluence.cache.CoreCache
-
Packages that use CoreCache Package Description com.atlassian.confluence.cache com.atlassian.confluence.impl.cache com.atlassian.confluence.impl.labels -
-
Uses of CoreCache in com.atlassian.confluence.cache
Methods in com.atlassian.confluence.cache that return CoreCache Modifier and Type Method Description static CoreCache
CoreCache. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoreCache[]
CoreCache. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CoreCache in com.atlassian.confluence.impl.cache
Methods in com.atlassian.confluence.impl.cache with parameters of type CoreCache Modifier and Type Method Description static <K,V>
ReadThroughAtlassianCache<K,V>ReadThroughAtlassianCache. create(com.atlassian.cache.CacheFactory atlassianCacheFactory, CoreCache cacheName)
-
Uses of CoreCache in com.atlassian.confluence.impl.labels
Methods in com.atlassian.confluence.impl.labels with parameters of type CoreCache Modifier and Type Method Description static <T extends Serializable>
ReadThroughMostPopularCache<T>ReadThroughMostPopularCache. create(com.atlassian.cache.CacheFactory cacheFactory, CoreCache cacheName)
-