文件操作 - lru-cache.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /var/www/OLD/node_modules/unstorage/drivers/lru-cache.d.ts
编辑文件内容
import { LRUCache } from "lru-cache"; type LRUCacheOptions = LRUCache.OptionsBase<string, any, any> & Partial<LRUCache.OptionsMaxLimit<string, any, any>> & Partial<LRUCache.OptionsSizeLimit<string, any, any>> & Partial<LRUCache.OptionsTTLLimit<string, any, any>>; export interface LRUDriverOptions extends LRUCacheOptions { } declare const _default: (opts: LRUDriverOptions | undefined) => import("..").Driver<LRUDriverOptions | undefined, LRUCache<string, any, any>>; export default _default;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件