Package de.hybris.platform.regioncache
Class RegionRegistryAllocationStrategy
java.lang.Object
de.hybris.platform.regioncache.RegionRegistryAllocationStrategy
Strategy providing information if a registry MUST be allocated for a given region.
Since 5.0 this have slightly limited configuration purpose.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisRegionRequiresRegistry(CacheRegion region) Returns true if registry must be allocated for given region.
-
Constructor Details
-
RegionRegistryAllocationStrategy
public RegionRegistryAllocationStrategy()
-
-
Method Details
-
isRegionRequiresRegistry
Returns true if registry must be allocated for given region. Returns false otherwise.
-