1. 首页
  2. 数据库
  3. 其它
  4. global cache dir:获取全局缓存目录 源码

global cache dir:获取全局缓存目录 源码

上传者: 2021-02-06 13:40:49上传 ZIP文件 142.8KB 热度 18次
获取全局缓存目录。 确保目录存在。 缓存目录位置是特定于操作系统的。 例 const globalCacheDir = require ( 'global-cache-dir' ) const cacheDir = await globalCacheDir ( 'myapp' ) // Depending on the OS: // => '/Users/ehmicky/Library/Caches/myapp' // => '/home/ehmicky/.cache/myapp' // => 'C:\Users\ehmicky\AppData\Local\myapp\Cache'
用户评论