Peek returns the given revision if present in the cache
(ctx context.Context, docID, revID string, collectionID uint32)
| 43 | |
| 44 | // Peek returns the given revision if present in the cache |
| 45 | Peek(ctx context.Context, docID, revID string, collectionID uint32) (docRev DocumentRevision, found bool) |
| 46 | |
| 47 | // Put will store the given docRev in the cache |
| 48 | Put(ctx context.Context, docRev DocumentRevision, collectionID uint32) |
no outgoing calls