UNPKG
@hosoft/restful-api-framework
Version:
latest (2.2.0)
2.2.0
2.1.0
2.0.8
2.0.7
2.0.5
2.0.2
2.0.1
1.5.3
1.4.1
1.3.0
1.2.0
1.1.0
1.0.1
Base framework of the headless cms HoServer provided by http://helloreact.cn
@hosoft/restful-api-framework
/
src
/
base
/
memory-cache
/
cache-store
/
index.js
8 lines
(6 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
/**
@namespace
cacheManager */
const
cacheManager = {
caching
:
require
(
'./caching'
),
multiCaching
:
require
(
'./multi_caching'
) }
module
.
exports
= cacheManager