in sg/internal/engine/query_cache.go [35:40]
func NewQueryCache() QueryCache { return &queryCache{ mu: &sync.RWMutex{}, items: make(map[string][]result.Result), } }