We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The docs state that CachingProfile.IsEnabled can be set, but this property is init-only it seems.
CachingProfile.IsEnabled
It would be handy to be able to enable/disable caching at runtime; maybe this can be achieved differently?
The text was updated successfully, but these errors were encountered:
This property is init-only by design. The documentation text is a "feature" of the analyzers we're using (StyleCop).
Caching must now be enabled or disabled at initialization time. What would be your use case to be able to change this setting after startup?
Sorry, something went wrong.
I'm keeping this open as a feature request but I'd like to better understand the use case.
No branches or pull requests
The docs state that
CachingProfile.IsEnabled
can be set, but this property is init-only it seems.It would be handy to be able to enable/disable caching at runtime; maybe this can be achieved differently?
The text was updated successfully, but these errors were encountered: