mberry1989 / kontent-sample-app-conference-net

MIT License
0 stars 2 forks source link

Implement caching and webhook cache invalidation #4

Open kentico-michaelb opened 4 years ago

kentico-michaelb commented 4 years ago

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

matus-usiak commented 4 years ago

https://kentico.atlassian.net/wiki/spaces/~356162073/pages/1362429385/Boilerplate+Caching