GetWithRev returns the given revision, and stores if not already cached. When includeDelta=true, the returned DocumentRevision will include delta - requires additional locking during retrieval.
(ctx context.Context, docID, revID string, collectionID uint32, includeDelta bool)
| 32 | // GetWithRev returns the given revision, and stores if not already cached. |
| 33 | // When includeDelta=true, the returned DocumentRevision will include delta - requires additional locking during retrieval. |
| 34 | GetWithRev(ctx context.Context, docID, revID string, collectionID uint32, includeDelta bool) (DocumentRevision, error) |
| 35 | |
| 36 | // GetWithCV returns the given revision by CV, and stores if not already cached. |
| 37 | // When includeDelta=true, the returned DocumentRevision will include delta - requires additional locking during retrieval. |
no outgoing calls