package
1.2.0
Repository: https://github.com/open-policy-agent/opa.git
Documentation: pkg.go.dev

# 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.

# Type aliases

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.
InterQueryCache defines the interface for the inter-query cache.
InterQueryCacheValue defines the interface for the data that the inter-query cache holds.