类 CachePutAllEvent

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

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

    • CachePutAllEvent

      public CachePutAllEvent(Cache cache, long millis, Map map, CacheResult result)
  • 方法详细资料

    • getMillis

      public long getMillis()
    • getMap

      public Map getMap()
    • getResult

      public CacheResult getResult()