Commit 6436e1dc authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 5fce97e6
...@@ -67,10 +67,10 @@ type Connection struct { ...@@ -67,10 +67,10 @@ type Connection struct {
type LiveCache struct { type LiveCache struct {
sync.Mutex sync.Mutex
// pinned objects. may have referees. // pinned objects. may have referrers.
pinned map[Oid]IPersistent pinned map[Oid]IPersistent
// not pinned objects. may have referees. cache keeps weak references to objects. // not pinned objects. may have referrers. cache keeps weak references to objects.
// //
// rationale for using weakref: // rationale for using weakref:
// //
......
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