public class CacheLoadEvent extends CacheEvent
CacheLoadEvent(Cache cache, long millis, Object key, Object loadedValue, boolean success)
Object
getKey()
getLoadedValue()
long
getMillis()
boolean
isSuccess()
getCache
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public CacheLoadEvent(Cache cache, long millis, Object key, Object loadedValue, boolean success)
public long getMillis()
public Object getKey()
public Object getLoadedValue()
public boolean isSuccess()
Copyright © 2013–2018. All rights reserved.