Uses of Class
de.hybris.platform.regioncache.CacheValueLoadException
-
-
Uses of CacheValueLoadException in de.hybris.platform.cache
Methods in de.hybris.platform.cache that throw CacheValueLoadException Modifier and Type Method Description java.lang.ObjectAbstractCacheUnit. load(CacheKey key)We do not perform compute not to hit database several times from different threads.
Another reason is to keep lifecycle of hooks in the same order. -
Uses of CacheValueLoadException in de.hybris.platform.cmsfacades.rendering.cache.dto
Methods in de.hybris.platform.cmsfacades.rendering.cache.dto that throw CacheValueLoadException Modifier and Type Method Description java.io.SerializableRenderingCacheValueLoader. load(CacheKey key) -
Uses of CacheValueLoadException in de.hybris.platform.media.storage.impl
Methods in de.hybris.platform.media.storage.impl that throw CacheValueLoadException Modifier and Type Method Description java.lang.ObjectMediaCacheRegion. getWithLoader(CacheKey key, CacheValueLoader loader) -
Uses of CacheValueLoadException in de.hybris.platform.regioncache
Methods in de.hybris.platform.regioncache that throw CacheValueLoadException Modifier and Type Method Description <T> TCacheController. getWithLoader(CacheKey key, CacheValueLoader<T> loader)Gets stored value from cache.<T> TDefaultCacheController. getWithLoader(CacheKey key, CacheValueLoader<T> loader)Gets stored value from cache.VCacheValueLoader. load(CacheKey key)Used by cache region to load missing value.
This method does not have to be thread safe.
If CacheValueLoadException thrown unit is not added to cache.static voidCacheTestHelper. registryEvictionTest(DefaultCacheController controller, CacheRegion region, java.lang.String[] typeCodes)Helper method. -
Uses of CacheValueLoadException in de.hybris.platform.regioncache.key.legacy
Methods in de.hybris.platform.regioncache.key.legacy that throw CacheValueLoadException Modifier and Type Method Description java.lang.ObjectAbstractRegioncacheUnit. load(CacheKey key)Deprecated, for removal: This API element is subject to removal in a future version.We do not perform compute not to hit database several times from different threads.
Another reason is to keep lifecycle of hooks in the same order. -
Uses of CacheValueLoadException in de.hybris.platform.regioncache.region
Methods in de.hybris.platform.regioncache.region that throw CacheValueLoadException Modifier and Type Method Description java.lang.ObjectCacheRegion. getWithLoader(CacheKey key, CacheValueLoader loader)Gets value from cache. -
Uses of CacheValueLoadException in de.hybris.platform.regioncache.region.impl
Methods in de.hybris.platform.regioncache.region.impl that throw CacheValueLoadException Modifier and Type Method Description java.lang.ObjectAbstractMapBasedCacheRegion. getWithLoader(CacheKey key, CacheValueLoader loader)java.lang.ObjectDefaultCacheRegion. getWithLoader(CacheKey key, CacheValueLoader loader)java.lang.ObjectEHCacheRegion. getWithLoader(CacheKey key, CacheValueLoader loader) -
Uses of CacheValueLoadException in de.hybris.platform.regioncache.test
Methods in de.hybris.platform.regioncache.test that throw CacheValueLoadException Modifier and Type Method Description voidRegionCachePerformanceTest. allGetsAreHitsTest()voidCacheKeyTest. cacheKeyUniqnessTest()voidEHCacheRegionExclusiveComputationTest. concurrentValueLoadTest()Tests if: cache loads valuesvoidOneRegionTestDefaultCacheRegion. concurrentValueLoadTest()Tests if: cache loads valuesvoidAbstractCacheControllerOneRegionTest. concurrentValuePutTest()Tests if: cache stores loaded valuesvoidCacheKeyTest. differentTenantKey()voidCacheKeyTest. differentTenantLegacyKey()voidAbstractCacheControllerOneRegionTest. evictionTest()Tests if: cache evicts values [no registry]voidCacheControllerTwoRegionsTest. evictionTest()voidOneRegionTestDefaultLRUCacheRegion. evictionTest()voidRegionCachePerformanceTest. fillBigEmptyCacheTest()voidRegionCachePerformanceTest. fillMediumEmptyCacheTest()voidCacheControllerQueryCacheDisabledTest. getTest()voidRegionCachePerformanceTest. hitBigNotEmptyCacheTest()voidAbstractCacheControllerOneRegionTest. invalidateKeyTest()Tests if: invalidation when key inside cache mapvoidAbstractCacheControllerOneRegionTest. invalidationTest()Tests if: invalidation with no key inside.voidCacheControllerTwoRegionsTest. invalidationTest()voidAbstractCacheControllerOneRegionTest. invalidationTestWithFilter()Tests if: invalidation with no key inside.voidCacheKeyTest. legacyCacheKeyUniqnessTest()java.lang.ObjectTestCacheKeyFactory.TestLegacyCacheKeyWithLoader. load(CacheKey key)java.lang.ObjectTestCacheValueLoader. load(CacheKey key)java.lang.ObjectTestLoadableRegistrableCacheTestKey. load(CacheKey key)voidRegionCachePerformanceTest. noGetIsHitTest()voidCacheControllerTwoRegionsTest. simpleGetTest()voidCacheControllerLifecycleCallbackTest. testOnAfterAddDualRegion()voidCacheControllerLifecycleCallbackTest. testOnAfterEvictDualRegion()voidCacheControllerLifecycleCallbackTest. testOnAfterRemoveDualRegion()voidAbstractCacheControllerOneRegionTest. valuePutTest() -
Uses of CacheValueLoadException in de.hybris.platform.scripting.engine.impl
Methods in de.hybris.platform.scripting.engine.impl that throw CacheValueLoadException Modifier and Type Method Description ScriptExecutablesCacheService.ScriptDTODefaultScriptingLanguagesService.URIScriptExecutableLoader. load(CacheKey key)
-