RemoveCVOnly removes the specified key from the HLV lookup map in the cache
(ctx context.Context, docID string, cv *Version, collectionID uint32)
| 61 | |
| 62 | // RemoveCVOnly removes the specified key from the HLV lookup map in the cache |
| 63 | RemoveCVOnly(ctx context.Context, docID string, cv *Version, collectionID uint32) |
| 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) |
no outgoing calls
no test coverage detected