Uses of Interface
de.hybris.platform.regioncache.region.CacheRegion
-
-
Uses of CacheRegion in de.hybris.platform.adaptivesearch.strategies.impl
Methods in de.hybris.platform.adaptivesearch.strategies.impl that return CacheRegion Modifier and Type Method Description CacheRegionDefaultAsCacheStrategy. getCacheRegion()Methods in de.hybris.platform.adaptivesearch.strategies.impl with parameters of type CacheRegion Modifier and Type Method Description voidDefaultAsCacheStrategy. setCacheRegion(CacheRegion cacheRegion) -
Uses of CacheRegion in de.hybris.platform.cache.impl
Methods in de.hybris.platform.cache.impl with parameters of type CacheRegion Modifier and Type Method Description voidRegionCacheAdapter. onAfterAdd(CacheKey key, java.lang.Object value, CacheRegion region)voidRegionCacheAdapter. onAfterEviction(CacheKey key, java.lang.Object value, CacheRegion region)voidRegionCacheAdapter. onAfterRemove(CacheKey key, java.lang.Object value, CacheRegion region)voidRegionCacheAdapter. onMissLoad(CacheKey key, java.lang.Object value, CacheRegion lruCacheRegion) -
Uses of CacheRegion in de.hybris.platform.hac.facade
Methods in de.hybris.platform.hac.facade that return types with arguments of type CacheRegion Modifier and Type Method Description java.util.List<CacheRegion>HacCacheFacade. getCacheRegions() -
Uses of CacheRegion in de.hybris.platform.integrationservices.cache.impl
Methods in de.hybris.platform.integrationservices.cache.impl that return CacheRegion Modifier and Type Method Description protected CacheRegionBaseIntegrationCache. getCache()Retrieves cache regions used by this cache.Methods in de.hybris.platform.integrationservices.cache.impl with parameters of type CacheRegion Modifier and Type Method Description voidBaseIntegrationCache. setCacheRegion(CacheRegion region) -
Uses of CacheRegion in de.hybris.platform.jmx.mbeans.impl
Methods in de.hybris.platform.jmx.mbeans.impl with parameters of type CacheRegion Modifier and Type Method Description voidRegionCacheMBeanImpl. setCacheRegion(CacheRegion cacheRegion) -
Uses of CacheRegion in de.hybris.platform.media.storage.impl
Classes in de.hybris.platform.media.storage.impl that implement CacheRegion Modifier and Type Class Description classMediaCacheRegion -
Uses of CacheRegion in de.hybris.platform.regioncache
Methods in de.hybris.platform.regioncache that return CacheRegion Modifier and Type Method Description static CacheRegionCacheTestHelper. resolveCacheRegion(DefaultCacheController controller, CacheKey key)static CacheRegionCacheTestHelper. resolveCacheRegion(CacheKey key, boolean forInvalidation, DefaultCacheController controller)static CacheRegionCacheTestHelper. resolveCacheRegion(CacheKey key, DefaultCacheController controller)CacheRegionDefaultCacheController. resolveCacheRegionForAdd(CacheKey key)Method used to resolve cache region.Methods in de.hybris.platform.regioncache that return types with arguments of type CacheRegion Modifier and Type Method Description java.util.Collection<CacheRegion>AutoLoadedCacheRegionsHolder. getRegions()java.util.List<CacheRegion>CacheConfiguration. getRegions()Returns a list of configured cache regionsjava.util.Collection<CacheRegion>CacheController. getRegions()Returns all regions used in this controller.java.util.Collection<CacheRegion>CacheRegionsHolder. getRegions()java.util.List<CacheRegion>DefaultCacheConfiguration. getRegions()java.util.List<CacheRegion>DefaultCacheController. getRegions()java.util.Collection<CacheRegion>DefaultCacheRegionsHolder. getRegions()java.util.Collection<CacheRegion>DefaultCacheController. resolveQueryRegionsForInvalidation(CacheKey key)returns all regions handling queries.java.util.List<CacheRegion>DefaultCacheController. resolveRegionsForInvalidation(CacheKey key)Returns cache regions for invalidation.Methods in de.hybris.platform.regioncache with parameters of type CacheRegion Modifier and Type Method Description voidCacheController. clearCache(CacheRegion region)Clears cachevoidDefaultCacheController. clearCache(CacheRegion region)Clears cacheprotected voidDefaultCacheController. executeOnAfterAddCallbacks(CacheKey key, java.lang.Object value, CacheRegion region)protected voidDefaultCacheController. executeOnAfterRemoveCallbacks(CacheKey key, java.lang.Object value, CacheRegion region)protected voidDefaultCacheController. executeOnEvictionCallbacks(CacheKey key, java.lang.Object value, CacheRegion region)protected voidDefaultCacheController. executeOnMissLoadCallbacks(CacheKey key, java.lang.Object value, CacheRegion region)booleanRegionRegistryAllocationStrategy. isRegionRequiresRegistry(CacheRegion region)Returns true if registry must be allocated for given region.voidCacheLifecycleCallback. onAfterAdd(CacheKey key, java.lang.Object value, CacheRegion region)Executes after an object has been added to the cache.voidCacheLifecycleCallback. onAfterEviction(CacheKey key, java.lang.Object value, CacheRegion region)Executes after an object has been evicted from the cache.voidCacheLifecycleCallback. onAfterRemove(CacheKey key, java.lang.Object value, CacheRegion region)Executes after an object has been removed from the cache.voidCacheLifecycleCallback. onMissLoad(CacheKey key, java.lang.Object value, CacheRegion lruCacheRegion)Executes after an object has been loaded but not added to the cache.static voidCacheTestHelper. registryEvictionTest(DefaultCacheController controller, CacheRegion region, java.lang.String[] typeCodes)Helper method.Constructor parameters in de.hybris.platform.regioncache with type arguments of type CacheRegion Constructor Description AutoLoadedCacheRegionsHolder(java.util.Collection<CacheRegion> staticRegions)DefaultCacheConfiguration(java.util.List<CacheRegion> regions, java.util.List<InvalidationFilter> invalidationFilters, java.util.List<CacheRegionResolver> resolvers) -
Uses of CacheRegion in de.hybris.platform.regioncache.helper
Methods in de.hybris.platform.regioncache.helper that return types with arguments of type CacheRegion Modifier and Type Method Description java.util.Collection<CacheRegion>CacheStatisticsHelper. getCacheRegions() -
Uses of CacheRegion in de.hybris.platform.regioncache.invalidation
Methods in de.hybris.platform.regioncache.invalidation with parameters of type CacheRegion Modifier and Type Method Description booleanCacheUnitTTLInvalidationFilter. allowInvalidation(CacheKey key, CacheRegion region)Deprecated, for removal: This API element is subject to removal in a future version.booleanInvalidationFilter. allowInvalidation(CacheKey key, CacheRegion region)do disallow invalidation should return false; -
Uses of CacheRegion in de.hybris.platform.regioncache.region
Subinterfaces of CacheRegion in de.hybris.platform.regioncache.region Modifier and Type Interface Description interfaceUnlimitedCacheRegionAny Cache Region which implements this interface will not be counted for overall cache size, this will not affect on licence check.Fields in de.hybris.platform.regioncache.region declared as CacheRegion Modifier and Type Field Description protected CacheRegionSingleCacheRegionResolver. regionFields in de.hybris.platform.regioncache.region with type parameters of type CacheRegion Modifier and Type Field Description protected java.util.List<CacheRegion>SingleCacheRegionResolver. regionCollectionMethods in de.hybris.platform.regioncache.region that return CacheRegion Modifier and Type Method Description CacheRegionCacheRegionProvider. getManualRegion(java.lang.String name)Returns manual region of name given or NULL.CacheRegionCacheRegionRegistrar. getRegion()CacheRegionCacheRegionProvider. getRegionForAllTypes()Get single region able to handle all types.
It is necessary to resolve specific type first.CacheRegionCacheRegionResolver. resolveForGet(CacheKey key)CacheRegionDefaultCacheRegionResolver. resolveForGet(CacheKey key)CacheRegionSingleCacheRegionResolver. resolveForGet(CacheKey key)Methods in de.hybris.platform.regioncache.region that return types with arguments of type CacheRegion Modifier and Type Method Description java.util.List<CacheRegion>CacheRegionProvider. getAllRegions()Returns immutable collections of ALL regions (manual and regular)java.util.Collection<CacheRegion>CacheRegionProvider. getManualRegions()Returns all manual regions.java.util.List<CacheRegion>CacheRegionProvider. getQueryRegions()returns regions handling __QUERY_CACHE__java.util.List<CacheRegion>CacheRegionProvider. getRegionByName(java.lang.String name)returns singleton collection for region of name given.java.util.List<CacheRegion>CacheRegionProvider. getRegions()Returns all non-manual regions.java.util.List<CacheRegion>CacheRegionProvider. getRegionsForType(java.lang.Object typeCode)returns collection of regions handling type given.java.util.List<CacheRegion>CacheRegionResolver. resolveForInvalidation(CacheKey key)Returns regions for direct invalidationjava.util.List<CacheRegion>DefaultCacheRegionResolver. resolveForInvalidation(CacheKey key)java.util.List<CacheRegion>SingleCacheRegionResolver. resolveForInvalidation(CacheKey key)java.util.List<CacheRegion>CacheRegionResolver. resolveQueryRegions(CacheKey key)Returns regions for indirect invalidationjava.util.List<CacheRegion>DefaultCacheRegionResolver. resolveQueryRegions(CacheKey key)java.util.List<CacheRegion>SingleCacheRegionResolver. resolveQueryRegions(CacheKey key)Constructors in de.hybris.platform.regioncache.region with parameters of type CacheRegion Constructor Description CacheRegionRegistrar(CacheRegion region) -
Uses of CacheRegion in de.hybris.platform.regioncache.region.impl
Classes in de.hybris.platform.regioncache.region.impl that implement CacheRegion Modifier and Type Class Description classAbstractMapBasedCacheRegionAbstract class for all map based cache region implementations.classDefaultCacheRegionDefault cache region implementation.
For the synchronization it uses ReentrantReadWriteLock one for whole cache map.classEHCacheRegionCache region implementation using EHCache.classLRUCacheRegionCache region implementation based on Google's ConcurrentLinkedHashMap.classUnlimitedCacheRegionFields in de.hybris.platform.regioncache.region.impl declared as CacheRegion Modifier and Type Field Description protected CacheRegionDefaultCacheRegionProvider. allTypeRegionFields in de.hybris.platform.regioncache.region.impl with type parameters of type CacheRegion Modifier and Type Field Description protected java.util.List<CacheRegion>DefaultCacheRegionProvider. allRegionsInternal dataprotected java.util.Map<java.lang.String,CacheRegion>DefaultCacheRegionProvider. manualRegionsprotected java.util.List<CacheRegion>DefaultCacheRegionProvider. queryTypeRegionsprotected java.util.Map<java.lang.String,java.util.List<CacheRegion>>DefaultCacheRegionProvider. regionsSingletonCollectionsprotected java.util.Map<java.lang.String,java.util.List<CacheRegion>>DefaultCacheRegionProvider. regionsTypesprotected java.util.List<CacheRegion>DefaultCacheRegionProvider. regularRegionsMethods in de.hybris.platform.regioncache.region.impl that return CacheRegion Modifier and Type Method Description CacheRegionDefaultCacheRegionProvider. getManualRegion(java.lang.String name)Returns manual region of name given or NULL.CacheRegionDefaultCacheRegionProvider. getRegionForAllTypes()Gets collection of regions able to handle all types.
It is necessary to resolve specific type first.CacheRegionEHCacheRegion. unwrap()Methods in de.hybris.platform.regioncache.region.impl that return types with arguments of type CacheRegion Modifier and Type Method Description protected java.util.Collection<CacheRegion>DefaultCacheRegionProvider. createDefaultRegion()Creates default regions.java.util.List<CacheRegion>DefaultCacheRegionProvider. getAllRegions()Returns immutable collections of ALL regions (manual and regular)java.util.Collection<CacheRegion>DefaultCacheRegionProvider. getManualRegions()Returns all manual regions.java.util.List<CacheRegion>DefaultCacheRegionProvider. getQueryRegions()returns regions handling __QUERY_CACHE__java.util.List<CacheRegion>DefaultCacheRegionProvider. getRegionByName(java.lang.String name)returns singleton collection for region of name given.java.util.List<CacheRegion>DefaultCacheRegionProvider. getRegions()Returns all non-manual regions.java.util.List<CacheRegion>DefaultCacheRegionProvider. getRegionsForType(java.lang.Object typeCode)returns collection of regions handling type given.Methods in de.hybris.platform.regioncache.region.impl with parameters of type CacheRegion Modifier and Type Method Description protected booleanDefaultCacheRegionProvider. isManualRegion(CacheRegion region)Constructor parameters in de.hybris.platform.regioncache.region.impl with type arguments of type CacheRegion Constructor Description DefaultCacheRegionProvider(java.util.Collection<CacheRegion> cacheRegions) -
Uses of CacheRegion in de.hybris.platform.regioncache.test
Fields in de.hybris.platform.regioncache.test declared as CacheRegion Modifier and Type Field Description protected CacheRegionAbstractCacheControllerOneRegionTest. regionprotected CacheRegionMultiThreadedDataValidityTest. regionMethod parameters in de.hybris.platform.regioncache.test with type arguments of type CacheRegion Modifier and Type Method Description protected DefaultCacheRegionResolverDefaultTestRegionResolverTest. createDefaultCacheRegionResolver(java.util.List<CacheRegion> regions) -
Uses of CacheRegion in de.hybris.platform.scripting.engine.internal.cache.impl
Classes in de.hybris.platform.scripting.engine.internal.cache.impl that implement CacheRegion Modifier and Type Class Description classScriptsCacheRegion -
Uses of CacheRegion in de.hybris.platform.solrfacetsearch.config.cache.impl
Classes in de.hybris.platform.solrfacetsearch.config.cache.impl that implement CacheRegion Modifier and Type Class Description classFacetSearchConfigCacheRegion
-