Uses of Class
org.miaixz.bus.core.cache.provider.TimedCache
Packages that use TimedCache
Package
Description
各种缓存实现
提供各种工具封装 xyz:做好一切必要准备,可以行动了
-
Uses of TimedCache in org.miaixz.bus.core.cache.provider
Subclasses of TimedCache in org.miaixz.bus.core.cache.providerModifier and TypeClassDescriptionclassWeakCache<K,V> 弱引用缓存 对于一个给定的键,其映射的存在并不阻止垃圾回收器对该键的丢弃,这就使该键成为可终止的,被终止,然后被回收。 丢弃某个键时,其条目从映射中有效地移除。Methods in org.miaixz.bus.core.cache.provider that return TimedCache -
Uses of TimedCache in org.miaixz.bus.core.xyz
Methods in org.miaixz.bus.core.xyz that return TimedCacheModifier and TypeMethodDescriptionstatic <K,V> TimedCache <K, V> CacheKit.newTimedCache(long timeout) 创建定时缓存.static <K,V> TimedCache <K, V> CacheKit.newTimedCache(long timeout, long schedulePruneDelay) 创建定时缓存,通过定时任务自动清除过期缓存对象