MCPcopy Create free account
hub / github.com/pydio/cells / newCacheHandler

Function newCacheHandler

common/nodes/sync/handler-sync-cache.go:86–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84}
85
86func newCacheHandler() *CacheHandler {
87 s := &CacheHandler{}
88 return s
89}
90
91func (s *CacheHandler) getCtxCache(ctx context.Context) cache.Cache {
92 pkgOnce.Do(func() {

Callers 1

WithCacheFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…