public class CategoryListCache extends Object
CategoryListData
, per CategoryListParams
.Constructor and Description |
---|
CategoryListCache() |
Modifier and Type | Method and 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