Closed
Description
On https://www.storyblok.com/docs/api/content-delivery/v2/getting-started/cache-invalidation it is stated:
When using one of the official Storyblok SDKs (which are based on the storyblok-js-client), cache invalidation is handled automatically.
But looking at https://github.com/storyblok/storyblok-js-client?tab=readme-ov-file#activating-request-cache this seems to be contradicting:
The default behavior of the cache is clear: 'manual', that is, if you need to clear the cache, you need to call Storyblok.flushCache()