// TODO implement parent class by caching on disk import {AbstractHttpCache} from "./AbstractHttpCache"; export class FileHttpCache extends AbstractHttpCache { constructor() { super() } // ################################################################ // ###################### PRIVATE FUNCTIONS ####################### }