Update calls UpdateDeltasAndDiscardLists on the local cache.
()
| 186 | |
| 187 | // Update calls UpdateDeltasAndDiscardLists on the local cache. |
| 188 | func (txn *Txn) Update() { |
| 189 | txn.cache.UpdateDeltasAndDiscardLists() |
| 190 | } |
| 191 | |
| 192 | // Store is used by tests. |
| 193 | func (txn *Txn) Store(pl *List) *List { |