Skip to content

Commit 0b0fa74

Browse files
committed
Updated CacheClient class XML docs to indicate proper usage
1 parent 5d89590 commit 0b0fa74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dache.Client/CacheClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
namespace Dache.Client
1919
{
2020
/// <summary>
21-
/// The client for cache host communication.
21+
/// The client for cache host communication. This should be used as a singleton/static reference and only created once. Thread safe.
2222
/// </summary>
2323
public class CacheClient : ICacheClient
2424
{

0 commit comments

Comments
 (0)