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
Just a quick question as I couldn't find anything in the docs.
It seems that having a cache with WithExpireAfter and WithAtomicGetOrAdd is not supported as System.InvalidOperationException : WithExpireAfter is not compatible with AsAtomic is thrown when building the cache.
I was just wondering what the reason for this was and if its something that can be worked around?
The text was updated successfully, but these errors were encountered:
Just a quick question as I couldn't find anything in the docs.
It seems that having a cache with
WithExpireAfter
andWithAtomicGetOrAdd
is not supported asSystem.InvalidOperationException : WithExpireAfter is not compatible with AsAtomic
is thrown when building the cache.I was just wondering what the reason for this was and if its something that can be worked around?
The text was updated successfully, but these errors were encountered: