Commit d2bd2693 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a8e778e6
......@@ -281,9 +281,8 @@ func (obj *Persistent) PDeactivate() {
return
}
// TODO try to keep some pool of object in live state
// TODO so that there is no constant load/unload on object access.
// XXX -> MRU cache?
// TODO try to keep some pool of object in live state so that there is
// no constant load/unload on object access. XXX -> MRU cache?
// NOTE wcfs manages its objects explicitly and does not need this.
if cc := obj.jar.cacheControl; cc != nil {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment