public class MostPopularLabelsCache extends Object
| Constructor and Description |
|---|
MostPopularLabelsCache(com.atlassian.vcache.VCacheFactory cacheFactory,
String cacheName) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
List<LabelSearchResult> |
getMostPopularGlobal(Optional<Integer> maxResults,
Function<Optional<Integer>,List<LabelSearchResult>> valueLoader) |
List<LabelSearchResult> |
getMostPopularInSpace(String spaceKey,
Optional<Integer> maxResults,
Function<Optional<Integer>,List<LabelSearchResult>> valueLoader) |
static List<LabelSearchResult> |
trim(Optional<Integer> maxResults,
LabelCaches.MostPopularLabels labels) |
public MostPopularLabelsCache(com.atlassian.vcache.VCacheFactory cacheFactory,
String cacheName)
public void clear()
public List<LabelSearchResult> getMostPopularGlobal(Optional<Integer> maxResults, Function<Optional<Integer>,List<LabelSearchResult>> valueLoader)
public List<LabelSearchResult> getMostPopularInSpace(String spaceKey, Optional<Integer> maxResults, Function<Optional<Integer>,List<LabelSearchResult>> valueLoader)
public static List<LabelSearchResult> trim(Optional<Integer> maxResults, LabelCaches.MostPopularLabels labels)
Copyright © 2003–2016 Atlassian. All rights reserved.