Uses of Class
org.miaixz.bus.core.cache.provider.LRUCache
Packages that use LRUCache
-
Uses of LRUCache in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return LRUCacheModifier and TypeMethodDescriptionstatic <K,V> LRUCache <K, V> CacheKit.newLRUCache(int capacity) 创建LRU (least recently used)最近最久未使用缓存.static <K,V> LRUCache <K, V> CacheKit.newLRUCache(int capacity, long timeout) 创建LRU (least recently used)最近最久未使用缓存.