Put will store the given docRev in the cache
(ctx context.Context, docRev DocumentRevision, collectionID uint32)
| 46 | |
| 47 | // Put will store the given docRev in the cache |
| 48 | Put(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) |
no outgoing calls