public class DefaultAsCacheKey extends java.lang.Object implements AsCacheKey
AsCacheKey.| Constructor and Description |
|---|
DefaultAsCacheKey(AsCacheScope scope,
java.io.Serializable... keyFragments)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
AsCacheScope |
getScope()
Returns the scope of the cache key.
|
int |
hashCode() |
java.lang.String |
toString() |
public DefaultAsCacheKey(AsCacheScope scope, java.io.Serializable... keyFragments)
scope - - the cache key scopekeyFragments - - the fragments of the cache keypublic AsCacheScope getScope()
AsCacheKeygetScope in interface AsCacheKeypublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2018 SAP SE. All Rights Reserved.