func()

in sg/internal/engine/query_cache.go [10:17]


func (k queryCacheKey) cacheKey() string {
	return fmt.Sprintf(
		"%s:%d:%s",
		k.compilerKey,
		k.parsedInput.Hash(),
		k.query,
	)
}