Uses of Class
org.miaixz.bus.core.cache.provider.LFUCache
Packages that use LFUCache
-
Uses of LFUCache in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return LFUCacheModifier and TypeMethodDescriptionstatic <K,V> LFUCache <K, V> CacheKit.newLFUCache(int capacity) 创建LFU(least frequently used) 最少使用率缓存.static <K,V> LFUCache <K, V> CacheKit.newLFUCache(int capacity, long timeout) 创建LFU(least frequently used) 最少使用率缓存.