public class MostPopularCache<T extends Serializable> extends Object
Constructor and Description |
---|
MostPopularCache(com.atlassian.vcache.VCacheFactory cacheFactory,
String cacheName) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
List<T> |
getMostPopularGlobal(Optional<Integer> maxResults,
Function<Optional<Integer>,List<T>> delegate) |
List<T> |
getMostPopularInSpace(String spaceKey,
Optional<Integer> maxResults,
Function<Optional<Integer>,List<T>> delegate) |
Copyright © 2003–2017 Atlassian. All rights reserved.