Interface BackofficeDeletedItemCache

All Known Implementing Classes:
DefaultBackofficeDeletedItemCache

public interface BackofficeDeletedItemCache
Store and Retrieve be deleted ItemModel data
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Retrieve and test that this itemModel is stored in Platform default Memory Cache
    boolean
    Store be deleted ItemMode data to Platform default Memory Cache
  • Method Details

    • storeDeletedItem

      boolean storeDeletedItem(ItemModel itemModel)
      Store be deleted ItemMode data to Platform default Memory Cache
      Parameters:
      itemModel - Should be stored ItemModel
      Returns:
      ture: Successfully store itemModel to cache
    • isExistingInCache

      boolean isExistingInCache(ItemModel itemModel)
      Retrieve and test that this itemModel is stored in Platform default Memory Cache
      Parameters:
      itemModel - Should be tested ItemModel
      Returns:
      ture: This itemModel is existing in Platform default Memory Cache