Package de.hybris.platform.regioncache
Class RegionRegistryAllocationStrategy
- java.lang.Object
-
- de.hybris.platform.regioncache.RegionRegistryAllocationStrategy
-
public class RegionRegistryAllocationStrategy extends java.lang.ObjectStrategy providing information if a registry MUST be allocated for a given region.Since 5.0 this have slightly limited configuration purpose.
-
-
Constructor Summary
Constructors Constructor Description RegionRegistryAllocationStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisRegionRequiresRegistry(CacheRegion region)Returns true if registry must be allocated for given region.
-
-
-
Method Detail
-
isRegionRequiresRegistry
public boolean isRegionRequiresRegistry(CacheRegion region)
Returns true if registry must be allocated for given region. Returns false otherwise.
-
-