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