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
DbCache uses a very inefficient invalidation mechanism (the entire cache is cleared on insert, update, or delete of any row in any container). It's time to migrate uses to a more standard and efficient caching pattern, and eliminate this class.
DbCacheuses a very inefficient invalidation mechanism (the entire cache is cleared on insert, update, or delete of any row in any container). It's time to migrate uses to a more standard and efficient caching pattern, and eliminate this class.