Upsert will remove existing value and re-create new one
(ctx context.Context, docRev DocumentRevision, collectionID uint32)
| 49 | |
| 50 | // Upsert will remove existing value and re-create new one |
| 51 | Upsert(ctx context.Context, docRev DocumentRevision, collectionID uint32) |
| 52 | |
| 53 | // RemoveWithRev evicts a revision from the cache using its revID. |
| 54 | RemoveWithRev(ctx context.Context, docID, revID string, collectionID uint32) |
no outgoing calls