Class MostPopularCache<T extends Serializable>
- java.lang.Object
-
- com.atlassian.confluence.internal.labels.MostPopularCache<T>
-
@Deprecated public class MostPopularCache<T extends Serializable> extends Object
Deprecated.since 7.5 UseReadThroughMostPopularCacheMaintains a cache of the "most popular things" (globally, and by space). The code is agnostic to what the "things" are, but in practice it's quite specific to labels.- Since:
- 5.10
-
-
Constructor Summary
Constructors Constructor Description MostPopularCache(com.atlassian.vcache.VCacheFactory cacheFactory, String cacheName)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidclear()Deprecated.List<T>getMostPopularGlobal(Optional<Integer> maxResults, Function<Optional<Integer>,List<T>> delegate)Deprecated.List<T>getMostPopularInSpace(String spaceKey, Optional<Integer> maxResults, Function<Optional<Integer>,List<T>> delegate)Deprecated.
-
-
-
Constructor Detail
-
MostPopularCache
public MostPopularCache(com.atlassian.vcache.VCacheFactory cacheFactory, String cacheName)Deprecated.
-
-