Class DefaultBackofficeDeletedItemCache
java.lang.Object
com.hybris.backoffice.search.cache.impl.DefaultBackofficeDeletedItemCache
- All Implemented Interfaces:
BackofficeDeletedItemCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisExistingInCache(ItemModel itemModel) Retrieve and test that this itemModel is stored in Platform default Memory CachevoidsetDefaultCacheController(CacheController defaultCacheController) voidsetObjectCacheKeyGenerator(DeletedItemCacheKeyGeneratorImpl objectCacheKeyGenerator) booleanstoreDeletedItem(ItemModel itemModel) Store be deleted ItemMode data to Platform default Memory Cache
-
Constructor Details
-
DefaultBackofficeDeletedItemCache
public DefaultBackofficeDeletedItemCache()
-
-
Method Details
-
storeDeletedItem
Description copied from interface:BackofficeDeletedItemCacheStore be deleted ItemMode data to Platform default Memory Cache- Specified by:
storeDeletedItemin interfaceBackofficeDeletedItemCache- Parameters:
itemModel- Should be stored ItemModel- Returns:
- ture: Successfully store itemModel to cache
-
isExistingInCache
Description copied from interface:BackofficeDeletedItemCacheRetrieve and test that this itemModel is stored in Platform default Memory Cache- Specified by:
isExistingInCachein interfaceBackofficeDeletedItemCache- Parameters:
itemModel- Should be tested ItemModel- Returns:
- ture: This itemModel is existing in Platform default Memory Cache
-
getDefaultCacheController
-
setDefaultCacheController
-
getObjectCacheKeyGenerator
-
setObjectCacheKeyGenerator
-