public static class TestCacheKeyFactory.TestLegacyCacheKeyWithLoader extends LegacyCacheKey implements CacheValueLoader
keycachedHash, tenantId, typeCode, valueType| Constructor and Description |
|---|
TestLegacyCacheKeyWithLoader(String typeCode,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
Object |
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. |
equals, getLegacyKey, hashCode, toStringgetCacheValueType, getTenantId, getTypeCodepublic Object load(CacheKey key) throws CacheValueLoadException
CacheValueLoaderload in interface CacheValueLoaderCacheValueLoadExceptionCopyright © 2017 SAP SE. All Rights Reserved.