MCPcopy Index your code
hub / github.com/ContentSquare/chproxy / Close

Method Close

cache/async_cache.go:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27func (c *AsyncCache) Close() error {
28 if c.TransactionRegistry != nil {
29 c.TransactionRegistry.Close()
30 }
31 if c.Cache != nil {
32 c.Cache.Close()
33 }
34 return nil
35}
36
37func (c *AsyncCache) AwaitForConcurrentTransaction(key *Key) (TransactionStatus, error) {
38 startTime := time.Now()

Callers 15

serveFromCacheMethod · 0.45
applyConfigMethod · 0.45
TestGetFullQueryGzippedFunction · 0.45
mockReverseProxyMethod · 0.45
killQueryMethod · 0.45
TestMainFunction · 0.45
TestServeFunction · 0.45
proxy_test.goFile · 0.45
walkDirFunction · 0.45

Calls

no outgoing calls