MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / collectionRevisionCache

Struct collectionRevisionCache

db/revision_cache_interface.go:134–137  ·  view source on GitHub ↗

collectionRevisionCache is a view of a revision cache for a collection.

Source from the content-addressed store, hash-verified

132
133// collectionRevisionCache is a view of a revision cache for a collection.
134type collectionRevisionCache struct {
135 revCache *RevisionCache
136 collectionID uint32
137}
138
139// NewCollectionRevisionCache returns a view of a revision cache for a collection.
140func newCollectionRevisionCache(revCache *RevisionCache, collectionID uint32) collectionRevisionCache {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected