public class CacheGetEvent extends CacheEvent
| 构造器和说明 |
|---|
CacheGetEvent(Cache cache,
long millis,
Object key,
CacheGetResult result) |
public CacheGetEvent(Cache cache, long millis, Object key, CacheGetResult result)
public long getMillis()
public Object getKey()
public CacheGetResult getResult()
Copyright © 2013–2019. All rights reserved.