Interface BackofficeDeletedItemCache
- All Known Implementing Classes:
DefaultBackofficeDeletedItemCache
public interface BackofficeDeletedItemCache
Store and Retrieve be deleted ItemModel data
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisExistingInCache(ItemModel itemModel) Retrieve and test that this itemModel is stored in Platform default Memory CachebooleanstoreDeletedItem(ItemModel itemModel) Store be deleted ItemMode data to Platform default Memory Cache
-
Method Details
-
storeDeletedItem
Store be deleted ItemMode data to Platform default Memory Cache- Parameters:
itemModel- Should be stored ItemModel- Returns:
- ture: Successfully store itemModel to cache
-
isExistingInCache
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
-