Refactor: extract cache-base out of cache-utils

This commit is contained in:
Daz DeBoer
2021-10-30 07:15:20 -06:00
parent a74bb0fad6
commit c317ccac62
7 changed files with 353 additions and 353 deletions

View File

@@ -1,6 +1,6 @@
import path from 'path'
import fs from 'fs'
import {AbstractCache} from './cache-utils'
import {AbstractCache} from './cache-base'
// TODO: Maybe allow the user to override / tweak this set
const PATHS_TO_CACHE = [