Enum Class GlobalPruneTimer

java.lang.Object
java.lang.Enum<GlobalPruneTimer>
org.miaixz.bus.core.cache.GlobalPruneTimer
All Implemented Interfaces:
Serializable, Comparable<GlobalPruneTimer>, Constable

public enum GlobalPruneTimer extends Enum<GlobalPruneTimer>
全局缓存清理定时器池,用于在需要过期支持的缓存对象中超时任务池
Since:
Java 17+
Author:
Kimi Liu