Interface BackofficeFacetSearchConfigCache

All Known Implementing Classes:
DefaultBackofficeFacetSearchConfigCache

@Deprecated(since="2105", forRemoval=true) public interface BackofficeFacetSearchConfigCache
Deprecated, for removal: This API element is subject to removal in a future version.
(Be replaced)
  • Method Details

    • containsSearchConfigForTypeCode

      boolean containsSearchConfigForTypeCode(String typeCode)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getSearchConfigForTypeCode

      BackofficeIndexedTypeToSolrFacetSearchConfigModel getSearchConfigForTypeCode(String typeCode)
      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.