This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public
/
wiki
mirror of
https://github.com/requarks/wiki
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
951ebb6b61
wiki
/
server
/
core
/
cache.js
8 lines
104 B
Raw
Blame
History
const
NodeCache
=
require
(
'node-cache'
)
module
.
exports
=
{
init
(
)
{
return
new
NodeCache
(
)
}
}
Reference in new issue
View Git Blame
Copy Permalink