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
@@ -85,7 +95,9 @@ public class FooModel(DbContext db, IDistributedCache cache)
85
95
}
86
96
```
87
97
88
-
To take advantage of SqliteCache-specific features or functionality that aren't exposed via the `IDistributedCache` façade, you'll need to inject `SqliteCache` into your classes/methods rather than `IDistributedCache`. For example, to globally clear the cache after performing some operation:
98
+
To take advantage of SqliteCache-specific features or functionality that aren't exposed via the
99
+
`IDistributedCache` façade, you'll need to inject `SqliteCache` into your classes/methods rather than
100
+
`IDistributedCache`. For example, to globally clear the cache after performing some operation:
0 commit comments