MCPcopy
hub / github.com/grafana/dskit / Stop

Method Stop

cache/memcached_client.go:302–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

300}
301
302func (c *MemcachedClient) Stop() {
303 close(c.stop)
304
305 // Stop running async operations.
306 c.queue.stop()
307
308 // Stop the underlying client.
309 c.client.Close()
310}
311
312func (c *MemcachedClient) Name() string {
313 return c.name

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.65
stopMethod · 0.45

Tested by

no test coverage detected