Use an aging system for caches

This commit is contained in:
be5invis 2021-04-21 20:28:24 -07:00
parent d312466556
commit 0930af652f
11 changed files with 61 additions and 37 deletions

View file

@ -1,3 +1,5 @@
"use strict";
const fs = require("fs-extra");
const path = require("path");
const toml = require("@iarna/toml");