This website requires JavaScript.
Explore
Help
Register
Sign In
Nemcio
/
NodeBB
Watch
1
Star
0
Fork
0
You've already forked NodeBB
mirror of
https://github.com/NodeBB/NodeBB.git
synced
2025-12-28 19:30:53 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
f477d1255542e70adfbb666f0e2090a9f1bf50fb
NodeBB
/
src
/
cacheCreate.js
4 lines
56 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: #8824, cache refactor (#8851) * feat: #8824, cache refactor ability to disable caches ability to download contents of cache refactor cache modules to remove duplicated code * fix: remove duplicate hit/miss tracking check cacheEnabled in getUncachedKeys
2020-11-06 23:13:12 -05:00
'use strict'
;
TTL Cache (#10816) * refactor: move src/cacheCreate.js to src/cache/lru.js * fix: call new library location for lru cache creator * feat: add ttl cache * fix: update upload throttler to use ttl cache instead of lru cache * chore: add missing dependency * fix: avoid pubsub conflicts * fix: use get instead of peek, which is not available in ttl-cache
2022-08-10 15:26:07 -04:00
module
.
exports
=
require
(
'./cache/lru'
)
;
Reference in New Issue
Copy Permalink