UpdateDelta stores the given toDelta value in the given rev if cached
(ctx context.Context, docID, revID string, collectionID uint32, toDelta RevisionDelta)
| 64 | |
| 65 | // UpdateDelta stores the given toDelta value in the given rev if cached |
| 66 | UpdateDelta(ctx context.Context, docID, revID string, collectionID uint32, toDelta RevisionDelta) |
| 67 | |
| 68 | // UpdateDeltaCV stores the given toDelta value in the given rev if cached but will look up in cache by cv |
| 69 | UpdateDeltaCV(ctx context.Context, docID string, cv *Version, collectionID uint32, toDelta RevisionDelta) |
no outgoing calls