类 CacheRemoveAllEvent

java.lang.Object
com.alicp.jetcache.event.CacheEvent
com.alicp.jetcache.event.CacheRemoveAllEvent

public class CacheRemoveAllEvent extends CacheEvent
Created on 2017/2/22.
作者:
huangli
  • 构造器详细资料

    • CacheRemoveAllEvent

      public CacheRemoveAllEvent(Cache cache, long millis, Set keys, CacheResult result)
  • 方法详细资料

    • getMillis

      public long getMillis()
    • getKeys

      public Set getKeys()
    • getResult

      public CacheResult getResult()