Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V15: Reimplement cache startup handler #17279

Merged

Conversation

Zeegaan
Copy link
Member

@Zeegaan Zeegaan commented Oct 15, 2024

Notes

  • Reimplements the NuCacheStartupHandler, now renamed to HybridCacheStartupNotificationHandler.
  • This will rebuild the cache, if the NuCacheSettings.NuCacheSerializerType changes (on startup).

How to test

  • Create some content in umbraco.
  • Checkout that content, thus loading it into the cache.
  • Stop umbraco, and change the setting in "Umbraco:CMS:Nucache"
"NuCache": {
        "NuCacheSerializerType": "JSON"
},
  • Start umbraco and checkout the content, assert that it still works.

@Zeegaan Zeegaan merged commit fc0e62f into release/15.0 Oct 15, 2024
13 of 15 checks passed
@Zeegaan Zeegaan deleted the v15/hotfix/reintroduce-cache-startup-notification-handler branch October 15, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants