Interface ICacheKeyProvider
Namespace: AzureFromTheTrenches.Commanding.Cache
Assembly: AzureFromTheTrenches.Commanding.Cache.dll
Syntax
public interface ICacheKeyProvider
Methods
| Improve this Doc View SourceCacheKey<T>(T)
Declaration
string CacheKey<T>(T command)
Parameters
Type | Name | Description |
---|---|---|
T | command |
Returns
Type | Description |
---|---|
System.String |
Type Parameters
Name | Description |
---|---|
T |