You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Use the Thumbs Up reaction to vote for this feature, and please avoid adding comments like "+1" as they create noise for others watching the issue.]
How do you configure the cache to be separate instances? I've tried having private static versions within several types in my project, however when I debug, one single cache instance shows caching from multiple types.
My project is a rather large monolith where I may, in some cases, cache a few thousand items of a type. I'd like to be able to separate out the various caches rather than have one single dictionary for all the many types I may cache.
I've not seen it in the documentation so far :)
Thank you!
The text was updated successfully, but these errors were encountered:
[Use the Thumbs Up reaction to vote for this feature, and please avoid adding comments like "+1" as they create noise for others watching the issue.]
How do you configure the cache to be separate instances? I've tried having private static versions within several types in my project, however when I debug, one single cache instance shows caching from multiple types.
My project is a rather large monolith where I may, in some cases, cache a few thousand items of a type. I'd like to be able to separate out the various caches rather than have one single dictionary for all the many types I may cache.
I've not seen it in the documentation so far :)
Thank you!
The text was updated successfully, but these errors were encountered: