We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d89590 commit 0b0fa74Copy full SHA for 0b0fa74
Dache.Client/CacheClient.cs
@@ -18,7 +18,7 @@
18
namespace Dache.Client
19
{
20
/// <summary>
21
- /// The client for cache host communication.
+ /// The client for cache host communication. This should be used as a singleton/static reference and only created once. Thread safe.
22
/// </summary>
23
public class CacheClient : ICacheClient
24
0 commit comments