K - the type of keys maintained by this cacheV - the type of cached valuespublic abstract class CacheEntryEvent<K,V> extends EventObject
source| Constructor and Description |
|---|
CacheEntryEvent(Cache source)
Constructs a cache entry event from a given cache as source
|
public CacheEntryEvent(Cache source)
source - the cache that originated the eventpublic final Cache getSource()
getSource in class EventObjectpublic abstract K getKey()
public abstract V getValue()
Copyright © 2018 WSO2 Inc. All rights reserved.