public static final class InvalidationSet.Invalidation extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getInvalidationType()
Returns the type of invalidation.
|
Object[] |
getKey()
Returns the invalidation key array.
|
int |
getTopicDepth()
Returns the number of key elements to be used for invalidation.
|
int |
hashCode() |
String |
toString() |
public Object[] getKey()
getTopicDepth()! This is mainly because we re-use complete AbstractCacheUnit keys for
invalidation instead of creating new arrays all the time.getTopicDepth()public int getTopicDepth()
getKey()public int getInvalidationType()
AbstractCacheUnit.INVALIDATIONTYPE_MODIFIED or
AbstractCacheUnit.INVALIDATIONTYPE_REMOVED.Copyright © 2017 SAP SE. All Rights Reserved.