Class UnlimitedCacheRegion

java.lang.Object
de.hybris.platform.regioncache.region.impl.AbstractMapBasedCacheRegion
de.hybris.platform.regioncache.region.impl.UnlimitedCacheRegion
All Implemented Interfaces:
CacheRegion

public class UnlimitedCacheRegion extends AbstractMapBasedCacheRegion
  • Constructor Details

    • UnlimitedCacheRegion

      public UnlimitedCacheRegion(String name)
    • UnlimitedCacheRegion

      public UnlimitedCacheRegion(String name, boolean statsEnabled)
    • UnlimitedCacheRegion

      public UnlimitedCacheRegion(String name, CacheStatistics stats, boolean statsEnabled)
  • Method Details