类 ConcurrentLinkedHashMapWrapper<T,R>

java.lang.Object
com.alibaba.csp.sentinel.slots.statistic.cache.ConcurrentLinkedHashMapWrapper<T,R>
所有已实现的接口:
CacheMap<T,R>

public class ConcurrentLinkedHashMapWrapper<T,R> extends Object implements CacheMap<T,R>
A ConcurrentLinkedHashMap wrapper for the universal CacheMap.
从以下版本开始:
0.2.0
作者:
Eric Zhao
  • 构造器详细资料

    • ConcurrentLinkedHashMapWrapper

      public ConcurrentLinkedHashMapWrapper(long size)
    • ConcurrentLinkedHashMapWrapper

      public ConcurrentLinkedHashMapWrapper(com.googlecode.concurrentlinkedhashmap.ConcurrentLinkedHashMap<T,R> map)
  • 方法详细资料