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

Method changeCache

db/database_collection.go:170–172  ·  view source on GitHub ↗

changeCache returns the change cache for the database.

()

Source from the content-addressed store, hash-verified

168
169// changeCache returns the change cache for the database.
170func (c *DatabaseCollection) changeCache() *changeCache {
171 return &c.dbCtx.changeCache
172}
173
174// channelQueryLimit returns the pagination for the number of channels returned in a query. This is a database level property.
175func (c *DatabaseCollection) channelQueryLimit() int {

Callers 10

GetChangeLogMethod · 0.95
WaitForSequenceMethod · 0.95
WaitForPendingChangesMethod · 0.95
buildRevokedFeedMethod · 0.80
waitForCacheUpdateMethod · 0.80
closeLateFeedMethod · 0.80
TestLowSequenceHandlingFunction · 0.80

Calls

no outgoing calls

Tested by 2

TestLowSequenceHandlingFunction · 0.64