Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
79
var
_ ChannelCache = &channelCacheImpl{}
Callers
15
startStatusReporter
Method · 0.65
releaseSequenceMonitor
Method · 0.65
NewDatabaseContext
Function · 0.65
_stopOnlineProcesses
Method · 0.65
Close
Method · 0.65
stopBackgroundManagers
Method · 0.65
waitForBackgroundManagersToStop
Function · 0.65
RestartListener
Method · 0.65
TakeDbOffline
Method · 0.65
TestAttachmentCompactionRunTwice
Function · 0.65
TestAttachmentCompactionStopImmediateStart
Function · 0.65
TestReplicateManagerReplications
Function · 0.65
Implementers
1
channelCacheImpl
db/channel_cache.go
Calls
no outgoing calls
Tested by
15
TestAttachmentCompactionRunTwice
Function · 0.52
TestAttachmentCompactionStopImmediateStart
Function · 0.52
TestReplicateManagerReplications
Function · 0.52
TestReplicateManagerNodes
Function · 0.52
TestReplicateManagerConcurrentNodeOperations
Function · 0.52
TestReplicateManagerConcurrentReplicationOperations
Function · 0.52
TestIsCfgChanged
Function · 0.52
TestChannelCacheSimpleCompact
Function · 0.52
TestChannelCacheCompactInactiveChannels
Function · 0.52
TestChannelCacheCompactNRU
Function · 0.52
TestChannelCacheHighLoadCacheHit
Function · 0.52
TestChannelCacheHighLoadCacheMiss
Function · 0.52