CacheInvalidationProps Namespace
Function
| Name | Description |
|---|---|
| CacheInvalidationProps.full | Create CacheInvalidationProps to fully invalidate all caches. |
Defined in
CacheInvalidationProps Interface
Properties for invalidating content cache.
Properties
| Name | Type | Description | |
|---|---|---|---|
| content | boolean | undefined | Invalidate cached content. | |
| descriptor | boolean | undefined | Invalidate content descriptor. | |
| descriptorConfiguration | boolean | undefined | Invalidate configured content descriptor. | |
| formatting | boolean | undefined | Invalidate content formatting. | |
| size | boolean | undefined | Invalidate cached content size. |
Defined in
Last Updated: 22 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.