Class WebhookDeletedItemCacheRegion

java.lang.Object
de.hybris.platform.regioncache.region.impl.EHCacheRegion
de.hybris.platform.webhookservices.cache.WebhookDeletedItemCacheRegion
All Implemented Interfaces:
CacheRegion

public class WebhookDeletedItemCacheRegion extends EHCacheRegion
Cache region used to store deleted items.
  • Constructor Details

    • WebhookDeletedItemCacheRegion

      public WebhookDeletedItemCacheRegion(String name, int maxEntries, String evictionPolicy, boolean exclusiveComputation, boolean statsEnabled, Long ttlSeconds)
      Initiates the region cache
      Parameters:
      name - region cache name
      maxEntries - maximum number of entries
      evictionPolicy - eviction policy
      exclusiveComputation - flag for exclusive computation
      statsEnabled - flag to enable statistics
      ttlSeconds - time to live in seconds for the cached items
  • Method Details