// TODO add a cache for GET requests such as https://github.com/akhoury/request-promise-cache - but we can do it ourselves + better: look for HTTP headers export abstract class AbstractHttpCache { constructor() { } // ################################################################ // ###################### PRIVATE FUNCTIONS ####################### }