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