Package de.hybris.platform.regioncache
Class AutoLoadedCacheRegionsHolder
- java.lang.Object
-
- de.hybris.platform.regioncache.AutoLoadedCacheRegionsHolder
-
- All Implemented Interfaces:
CacheRegionsHolder
public class AutoLoadedCacheRegionsHolder extends java.lang.Object implements CacheRegionsHolder
-
-
Constructor Summary
Constructors Constructor Description AutoLoadedCacheRegionsHolder(java.util.Collection<CacheRegion> staticRegions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<CacheRegion>getRegions()voidinit()
-
-
-
Constructor Detail
-
AutoLoadedCacheRegionsHolder
public AutoLoadedCacheRegionsHolder(java.util.Collection<CacheRegion> staticRegions)
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getRegions
public java.util.Collection<CacheRegion> getRegions()
- Specified by:
getRegionsin interfaceCacheRegionsHolder
-
-