Skip to content

Commit 89c1788

Browse files
Appended dots to the internal cache prefix glue
1 parent cd443af commit 89c1788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNetToolkit.Repository/Extensions/CachingProviderExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static class CachingProviderExtensions
2525
{
2626
private static string CachePrefix = "RepositoriesCachingPrefix";
2727
private static string CacheCounterPrefix = "RepositoriesCachingCounterPrefix";
28-
private static string CachePrefixGlue = "§";
28+
private static string CachePrefixGlue = ...";
2929

3030
private static readonly object _syncRoot = new object();
3131
private static string Name<T>() => typeof(T).FullName;

0 commit comments

Comments
 (0)