Package cool.scx.common.cache


package cool.scx.common.cache
  • Class
    Description
    Cache<K,V>
    默认缓存实现 (永久储存, 达到最大容量后移除之前的元素)
    固定大小的 LinkedHashMap
    ICache<K,V>
    缓存接口