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

Method GetHighCacheSequence

db/channel_cache.go:67–67  ·  view source on GitHub ↗

Returns the highest cached sequence, used for changes synchronization

()

Source from the content-addressed store, hash-verified

65
66 // Returns the highest cached sequence, used for changes synchronization
67 GetHighCacheSequence() uint64
68
69 // Access to individual channel cache
70 getSingleChannelCache(ctx context.Context, ch channels.ID) (SingleChannelCache, error)

Callers 3

UpdateCalculatedStatsMethod · 0.65
waitForCacheUpdateMethod · 0.65

Implementers 1

channelCacheImpldb/channel_cache.go

Calls

no outgoing calls

Tested by

no test coverage detected