Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-14 16:27:19 +03:00
parent ec15db6064
commit 8d6923cff7

View File

@ -773,12 +773,11 @@ var cacheProxy = function(name){
return func } return func }
// XXX should this be a level-1 or level-2??? // XXX should this be a level-1 or level-2???
// XXX might be a fun idea to actually use this as a backend for BaseStore...
// XXX make this a mixin... // XXX make this a mixin...
// XXX add cache invalidation strategies... // XXX add cache invalidation strategies...
// - timeout // - timeout
// - count // - count
// XXX TEST... // XXX BROKEN...
var CachedStore = var CachedStore =
module.CachedStore = { module.CachedStore = {
__proto__: MetaStore, __proto__: MetaStore,