K - The type of key.V - The type of value.public abstract class CacheInterceptorEntry<K,V> extends Object implements javax.cache.Cache.Entry<K,V>
| Constructor and Description |
|---|
CacheInterceptorEntry() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getPartitionUpdateCounter()
Each cache update increases partition counter.
|
public abstract long getPartitionUpdateCounter()
CacheInterceptor.onAfterPut(Cache.Entry) and
CacheInterceptor.onAfterRemove(Cache.Entry) methods. For entries got by other methods will return
0.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025