Logo
Explore Help
Register Sign In
Nemcio/NodeBB
1
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

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
Powered by Gitea Version: 1.25.1 Page: 436ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API