You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Julian Lam 9b753d6d57
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
3 years ago
..
admin.js Webpack5 (#10311) 3 years ago
assert.js Webpack5 (#10311) 3 years ago
expose.js test: middleware/expose.js 3 years ago
header.js fix(security): explicitly declare cache-control header instead of using middleware 3 years ago
headers.js fix(security): explicitly declare cache-control header instead of using middleware 3 years ago
helpers.js refactor: show invalid uri 3 years ago
index.js TTL Cache (#10816) 3 years ago
maintenance.js chore: eslint prefer-arrow-callback 4 years ago
ratelimit.js chore: eslint prefer-template 4 years ago
render.js fix(security): explicitly declare cache-control header instead of using middleware 3 years ago
uploads.js TTL Cache (#10816) 3 years ago
user.js test: add failing guest csrf test (#10169) 3 years ago