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

Method Stop

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

Stop stops the channel cache and it's background tasks.

(context.Context)

Source from the content-addressed store, hash-verified

74
75 // Stop stops the channel cache and it's background tasks.
76 Stop(context.Context)
77}
78
79var _ ChannelCache = &channelCacheImpl{}

Callers 15

startStatusReporterMethod · 0.65
NewDatabaseContextFunction · 0.65
_stopOnlineProcessesMethod · 0.65
CloseMethod · 0.65
RestartListenerMethod · 0.65
TakeDbOfflineMethod · 0.65

Implementers 1

channelCacheImpldb/channel_cache.go

Calls

no outgoing calls