cache.js

/**
 * @module Cache
 * @description The cache where all data gets dumped before exporting to a JSON
 * @description Starts out as an empty object and gets the structure built in Data-Interfacing
 */

module.exports = {};