Interface BackofficeFacetSearchConfigCache<T>

All Known Implementing Classes:
AbstractBackofficeFacetSearchConfigCache, BackofficeSearchservicesFacetSearchConfigCache, BackofficeSolrFacetSearchConfigCache

public interface BackofficeFacetSearchConfigCache<T>
  • Method Details

    • containsSearchConfigForTypeCode

      boolean containsSearchConfigForTypeCode(String typeCode)
    • getSearchConfigForTypeCode

      T getSearchConfigForTypeCode(String typeCode)
    • putSearchConfigForTypeCode

      void putSearchConfigForTypeCode(String typeCode, T facetSearchConfig)
    • invalidateCache

      void invalidateCache()