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