I'm encountering an issue where a newly added category isn't appearing in the storefront. It seems to be related to caching (at least in development). I'm using the Redis module for caching, and the issue occurs when the cache option is set to "force-cache". If I change it to "standard" or "no-cache", it works as expected.
How are these caching values expected to behave?
How can I resolve this issue without losing the benefits of caching?
Additionally, I may need to apply this solution to collections as well, but I'm unsure of the trade-offs. How much functionality or performance might I lose if I change the cache property to another value?