updae cache notes

This commit is contained in:
Tanya Byrne
2020-08-24 13:49:59 +01:00
parent f6912ee221
commit 75f03a0361

View File

@@ -7,6 +7,7 @@
* autodelete to wait before checking
* if cache needs to be deleted.
* Have wrapped node cache so we can extend if needed
* could put redis cache in here too
*/
import NodeCache from 'node-cache';
import { InvalidCacheKeyException } from '../exceptions';