Upsert is for per collection access to Upsert method
(ctx context.Context, docRev DocumentRevision)
| 171 | |
| 172 | // Upsert is for per collection access to Upsert method |
| 173 | func (c *collectionRevisionCache) Upsert(ctx context.Context, docRev DocumentRevision) { |
| 174 | (*c.revCache).Upsert(ctx, docRev, c.collectionID) |
| 175 | } |
| 176 | |
| 177 | // RemoveWithRev is for per collection access to Remove method |
| 178 | func (c *collectionRevisionCache) RemoveWithRev(ctx context.Context, docID, revID string) { |