Skip to content

缓存

缓存模块提供了一组用于管理应用程序缓存的API,支持设置缓存、获取缓存值和清除缓存等操作。

javascript
db.Cache("xxx", 1000).Select("")

版权所有.