public class CategoryListCache extends Object
CategoryListData
, per CategoryListParams
.Constructor | Description |
---|---|
CategoryListCache() |
Modifier and Type | Method | Description |
---|---|---|
CategoryListData |
get(CategoryListParams clp) |
Fetch the cached
CategoryListData for a given CategoryListParams . |
void |
loadAndRegister(CategoryListParams clp,
IndexReader reader,
TaxonomyReader taxo,
FacetIndexingParams iparams) |
Load and register
CategoryListData . |
void |
register(CategoryListParams clp,
CategoryListData clData) |
Register a pre-computed
CategoryListData . |
public CategoryListData get(CategoryListParams clp)
CategoryListData
for a given CategoryListParams
.public void register(CategoryListParams clp, CategoryListData clData)
CategoryListData
.public void loadAndRegister(CategoryListParams clp, IndexReader reader, TaxonomyReader taxo, FacetIndexingParams iparams) throws IOException
CategoryListData
.IOException
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.