public class CacheRemoveEvent extends CacheEvent
| Constructor and Description |
|---|
CacheRemoveEvent(Cache cache,
long millis,
Object key,
CacheResult result) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getKey() |
long |
getMillis() |
CacheResult |
getResult() |
getCachepublic CacheRemoveEvent(Cache cache, long millis, Object key, CacheResult result)
public long getMillis()
public Object getKey()
public CacheResult getResult()
Copyright © 2013–2022. All rights reserved.