RemoveWithRev evicts a revision from the cache using its revID.
(ctx context.Context, docID, revID string, collectionID uint32)
| 52 | |
| 53 | // RemoveWithRev evicts a revision from the cache using its revID. |
| 54 | RemoveWithRev(ctx context.Context, docID, revID string, 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) |
no outgoing calls