Uses of Class
org.miaixz.bus.core.cache.provider.FIFOCache
Packages that use FIFOCache
-
Uses of FIFOCache in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return FIFOCacheModifier and TypeMethodDescriptionstatic <K,V> FIFOCache <K, V> CacheKit.newFIFOCache(int capacity) 创建FIFO(first in first out) 先进先出缓存.static <K,V> FIFOCache <K, V> CacheKit.newFIFOCache(int capacity, long timeout) 创建FIFO(first in first out) 先进先出缓存.