# Functions
NewInterQueryCache returns a new inter-query cache.
NewInterQueryCacheWithContext returns a new inter-query cache with context.
ParseCachingConfig returns the config for the inter-query cache.
RegisterDefaultInterQueryBuiltinValueCacheConfig registers a default configuration for the inter-query value cache; used when none has been explicitly configured.
# Structs
Config represents the configuration for the inter-query builtin cache.
InterQueryBuiltinCacheConfig represents the configuration of the inter-query cache that built-in functions can utilize.
InterQueryBuiltinValueCacheConfig represents the configuration of the inter-query value cache that built-in functions can utilize.
NamedValueCacheConfig represents the configuration of a named cache that built-in functions can utilize.
# Interfaces
InterQueryCache defines the interface for the inter-query cache.
InterQueryCacheValue defines the interface for the data that the inter-query cache holds.