RemoveWithCV evicts a revision from the cache using its current version.
(ctx context.Context, docID string, cv *Version, collectionID uint32)
| 55 | |
| 56 | // RemoveWithCV evicts a revision from the cache using its current version. |
| 57 | RemoveWithCV(ctx context.Context, docID string, cv *Version, collectionID uint32) |
| 58 | |
| 59 | // RemoveRevOnly removes the specified key from the revID lookup map in the cache |
| 60 | RemoveRevOnly(ctx context.Context, docID, revID string, collectionID uint32) |
no outgoing calls