diff --git a/pwiki/store/base.js b/pwiki/store/base.js index 3c77f2a..a1296eb 100755 --- a/pwiki/store/base.js +++ b/pwiki/store/base.js @@ -773,12 +773,11 @@ var cacheProxy = function(name){ return func } // 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 add cache invalidation strategies... // - timeout // - count -// XXX TEST... +// XXX BROKEN... var CachedStore = module.CachedStore = { __proto__: MetaStore,