ReadThroughMostPopularCache
@Deprecated public class MostPopularCache<T extends Serializable> extends Object
Constructor and Description |
---|
MostPopularCache(com.atlassian.vcache.VCacheFactory cacheFactory,
String cacheName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
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.
|
public MostPopularCache(com.atlassian.vcache.VCacheFactory cacheFactory, String cacheName)
Copyright © 2003–2020 Atlassian. All rights reserved.