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