diff --git a/src/content/docs/cache/how-to/cache-rules/settings.mdx b/src/content/docs/cache/how-to/cache-rules/settings.mdx index e1c9570a7f7de81..221bd65a8457cf0 100644 --- a/src/content/docs/cache/how-to/cache-rules/settings.mdx +++ b/src/content/docs/cache/how-to/cache-rules/settings.mdx @@ -42,18 +42,20 @@ The fields mentioned above support all types of purge. However, the [remaining a The operators available for Cache Rule expressions are: +- wildcard +- strict wildcard - equals - does not equal - contains - does not contain - matches regex - does not match regex -- is in -- is not in - starts with - ends with - does not start with - does not end with +- is in +- is not in :::note