Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.omni.co/llms.txt

Use this file to discover all available pages before exploring further.

Defines the cache policy for the topic. Cache policies are defined at the model level using the cache_policies parameter.

Syntax

cache_policy: <policy_name>

Properties

cache_policy
string
The name of a cache policy defined in the model file. Must reference a policy from the model’s cache_policies configuration.

Examples

cache_policy: daily_cache_policy