public class TestLoadableRegistrableCacheTestKey extends AbstractRegistrableCacheKey implements CacheValueLoader
cachedHash, tenantId, typeCode, valueType| Constructor and Description |
|---|
TestLoadableRegistrableCacheTestKey(String tenantId,
String[] dependentTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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. |
String |
toString() |
getDependentTypeGenerations, getDependentTypes, getTypeCode, setDependentTypeGenerationsgetCacheValueType, getTenantIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCacheValueType, getTenantIdpublic Object load(CacheKey key) throws CacheValueLoadException
CacheValueLoaderload in interface CacheValueLoaderCacheValueLoadExceptionpublic String toString()
toString in class AbstractRegistrableCacheKeypublic int hashCode()
hashCode in class AbstractCacheKeypublic boolean equals(Object obj)
equals in class AbstractCacheKeyCopyright © 2017 SAP SE. All Rights Reserved.