mirror of
https://github.com/flynx/pWiki.git
synced 2025-11-01 19:40:10 +00:00
notes...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ec15db6064
commit
8d6923cff7
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user