Open kentico-michaelb opened 4 years ago
To improve application resiliency and performance, as well as provide an example of how caching can be done with Kentico Kontent.
Implement webhook cache invalidation as suggested in the Kontent documentation: https://docs.kontent.ai/tutorials/develop-apps/get-content/improving-performance-with-caching#a-invalidating-cache-with-webhooks
We should use the approach taken in the Kontent Boilerplate: https://github.com/Kentico/kontent-boilerplate-net/tree/master/src/content/Kentico.Kontent.Boilerplate
https://kentico.atlassian.net/wiki/spaces/~356162073/pages/1362429385/Boilerplate+Caching
Motivation
To improve application resiliency and performance, as well as provide an example of how caching can be done with Kentico Kontent.
Proposed solution
Implement webhook cache invalidation as suggested in the Kontent documentation: https://docs.kontent.ai/tutorials/develop-apps/get-content/improving-performance-with-caching#a-invalidating-cache-with-webhooks
We should use the approach taken in the Kontent Boilerplate: https://github.com/Kentico/kontent-boilerplate-net/tree/master/src/content/Kentico.Kontent.Boilerplate