# 定时缓存(cache)

定时缓存方法。

# 基本使用

# 设置定时缓存

this.$itu.setCache('key', value, second)

# 获取定时缓存

this.$itu.getCache('key')

# 移除定时缓存

this.$itu.removeCache('key')

# 清除定时缓存

this.$itu.clearCache()
上次更新: 3/16/2024, 11:22:51 PM