import { default } from "https://deno.land/x/lume@v1.14.1/core/reader.ts";
Class to read directories, files and store the content in a cache It's used to avoid reading the same file multiple times
Constructors
new
default(options: Options)Methods
Delete all the cache
deleteCache(path: string)
Delete a file from the cache
getFullPath(path: string): string
Resolve the full path of a path
remoteFile(filename: string, url: string)
Register a remote file