Interface BackofficeFacetSearchConfigCache
- All Known Implementing Classes:
DefaultBackofficeFacetSearchConfigCache
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsSearchConfigForTypeCode(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.getSearchConfigForTypeCode(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidputSearchConfigForTypeCode(String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
containsSearchConfigForTypeCode
Deprecated, for removal: This API element is subject to removal in a future version. -
getSearchConfigForTypeCode
Deprecated, for removal: This API element is subject to removal in a future version. -
putSearchConfigForTypeCode
void putSearchConfigForTypeCode(String typeCode, BackofficeIndexedTypeToSolrFacetSearchConfigModel searchConfig) Deprecated, for removal: This API element is subject to removal in a future version. -
invalidateCache
void invalidateCache()Deprecated, for removal: This API element is subject to removal in a future version.
-