()
| 84 | } |
| 85 | |
| 86 | func newCacheHandler() *CacheHandler { |
| 87 | s := &CacheHandler{} |
| 88 | return s |
| 89 | } |
| 90 | |
| 91 | func (s *CacheHandler) getCtxCache(ctx context.Context) cache.Cache { |
| 92 | pkgOnce.Do(func() { |
no outgoing calls
no test coverage detected
searching dependent graphs…