Interface KnowledgeBaseHeadersCacheAccessService

All Known Implementing Classes:
KnowledgeBaseHeadersCacheAccessServiceImpl

public interface KnowledgeBaseHeadersCacheAccessService
Facilitates cache access for KB Header Lists
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clears the cache
    de.hybris.platform.sap.productconfig.runtime.interf.cache.ProductConfigurationCacheAccess<de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationCacheKey,List<CPSMasterDataKBHeaderInfo>>
    Access the Cache Region object
    Retrieves knowledgebase headers for a specified product
  • Method Details

    • getKnowledgeBases

      List<CPSMasterDataKBHeaderInfo> getKnowledgeBases(String product)
      Retrieves knowledgebase headers for a specified product
      Parameters:
      product - product code
      Returns:
      list of KB Header Info for product
    • getCache

      de.hybris.platform.sap.productconfig.runtime.interf.cache.ProductConfigurationCacheAccess<de.hybris.platform.sap.productconfig.runtime.interf.cache.impl.ProductConfigurationCacheKey,List<CPSMasterDataKBHeaderInfo>> getCache()
      Access the Cache Region object
      Returns:
      CacheRegion object
    • clearCache

      void clearCache()
      Clears the cache