()
| 137 | // The cache has just been created, but it is still queuing operations that have not been sent out |
| 138 | // After sending, the op in opBuffer will be assembled into localPendingChangeset |
| 139 | get opBuffer(): IOperation[] { |
| 140 | return this._opBuffer; |
| 141 | } |
| 142 | |
| 143 | set opBuffer(value: IOperation[]) { |
| 144 | this._opBuffer = value; |