UNPKG

mojax-cache

Version:

mojax request cache middleware

11 lines (9 loc) 215 B
/** * @private * @typedef {Dictionary} Dictionary * @see {@link https://github.com/SebastienDaniel/data-structures} */ /** * @module "mojax-cache" */ module.exports = require("./lib/cacheControllerFactory");