We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd443af commit 89c1788Copy full SHA for 89c1788
src/DotNetToolkit.Repository/Extensions/CachingProviderExtensions.cs
@@ -25,7 +25,7 @@ public static class CachingProviderExtensions
25
{
26
private static string CachePrefix = "RepositoriesCachingPrefix";
27
private static string CacheCounterPrefix = "RepositoriesCachingCounterPrefix";
28
- private static string CachePrefixGlue = "§";
+ private static string CachePrefixGlue = "§...";
29
30
private static readonly object _syncRoot = new object();
31
private static string Name<T>() => typeof(T).FullName;
0 commit comments