public class TestCacheKey extends AbstractCacheKey
cachedHash, tenantId, typeCode, valueType| Constructor and Description |
|---|
TestCacheKey(Object keyName) |
TestCacheKey(Object keyName,
CacheUnitValueType unitType,
String typeCode) |
TestCacheKey(Object keyName,
String tenant,
CacheUnitValueType unitType,
String typeCode) |
TestCacheKey(String keyName,
CacheUnitValueType unitType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getKeyName() |
int |
hashCode() |
String |
toString() |
getCacheValueType, getTenantId, getTypeCodepublic TestCacheKey(Object keyName)
public TestCacheKey(String keyName, CacheUnitValueType unitType)
public TestCacheKey(Object keyName, CacheUnitValueType unitType, String typeCode)
public TestCacheKey(Object keyName, String tenant, CacheUnitValueType unitType, String typeCode)
public String toString()
toString in class AbstractCacheKeypublic int hashCode()
hashCode in class AbstractCacheKeypublic boolean equals(Object obj)
equals in class AbstractCacheKeypublic Object getKeyName()
Copyright © 2017 SAP SE. All Rights Reserved.