You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`caching.inter_query_builtin_cache.max_size_bytes`|`int64`| No | Inter-query cache size limit in bytes. OPA will drop old items from the cache if this limit is exceeded. By default, no limit is set. |
870
-
|`caching.inter_query_builtin_cache.forced_eviction_threshold_percentage`|`int64`| No | Threshold limit configured as percentage of `caching.inter_query_builtin_cache.max_size_bytes`, when exceeded OPA will start dropping old items permaturely. By default, set to `100`. |
871
-
|`caching.inter_query_builtin_cache.stale_entry_eviction_period_seconds`|`int64`| No | Stale entry eviction period in seconds. OPA will drop expired items from the cache every `stale_entry_eviction_period_seconds`. By default, set to `0` indicating stale entry eviction is disabled. |
872
-
|`caching.inter_query_builtin_value_cache.max_num_entries`|`int`| No | Maximum number of entries in the Inter-query value cache. OPA will drop random items from the cache if this limit is exceeded. By default, set to `0` indicating unlimited size. |
|`caching.inter_query_builtin_cache.max_size_bytes`|`int64`| No | Inter-query cache size limit in bytes. OPA will drop old items from the cache if this limit is exceeded. By default, no limit is set. |
870
+
|`caching.inter_query_builtin_cache.forced_eviction_threshold_percentage`|`int64`| No | Threshold limit configured as percentage of `caching.inter_query_builtin_cache.max_size_bytes`, when exceeded OPA will start dropping old items permaturely. By default, set to `100`. |
871
+
|`caching.inter_query_builtin_cache.stale_entry_eviction_period_seconds`|`int64`| No | Stale entry eviction period in seconds. OPA will drop expired items from the cache every `stale_entry_eviction_period_seconds`. By default, set to `0` indicating stale entry eviction is disabled. |
872
+
|`caching.inter_query_builtin_value_cache.max_num_entries`|`int`| No | Maximum number of entries in the Inter-query value cache. OPA will drop random items from the cache if this limit is exceeded. By default, set to `0` indicating unlimited size. |
873
+
|`caching.inter_query_builtin_value_cache.named.io_jwt.max_num_entries`|`int`| No | Maximum number of entries in the `io_jwt` cache, used by the [`io.jwt` token verification](../policy-reference/#tokens) built-in functions. OPA will drop random items from the cache if this limit is exceeded. By default, this cache is disabled. |
0 commit comments