UNPKG

@hosoft/restful-api-framework

Version:

Base framework of the headless cms HoServer provided by http://helloreact.cn

8 lines (6 loc) 167 B
/** @namespace cacheManager */ const cacheManager = { caching: require('./caching'), multiCaching: require('./multi_caching') } module.exports = cacheManager