Class TestCacheKeyFactory.TestLegacyCacheKeyWithLoader
java.lang.Object
de.hybris.platform.regioncache.key.AbstractCacheKey
de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
de.hybris.platform.regioncache.test.TestCacheKeyFactory.TestLegacyCacheKeyWithLoader
- All Implemented Interfaces:
CacheValueLoader,CacheKey
- Enclosing class:
- TestCacheKeyFactory
public static class TestCacheKeyFactory.TestLegacyCacheKeyWithLoader
extends LegacyCacheKey
implements CacheValueLoader
-
Field Summary
Fields inherited from class de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
keyFields inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
cachedHash, tenantId, typeCode, valueType -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.regioncache.key.legacy.LegacyCacheKey
equals, getLegacyKey, hashCode, toStringMethods inherited from class de.hybris.platform.regioncache.key.AbstractCacheKey
getCacheValueType, getTenantId, getTypeCode
-
Constructor Details
-
TestLegacyCacheKeyWithLoader
-
-
Method Details
-
load
Description copied from interface:CacheValueLoaderUsed 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.- Specified by:
loadin interfaceCacheValueLoader- Throws:
CacheValueLoadException
-