Show / Hide Table of Contents

Interface ICacheKeyProvider

Namespace: AzureFromTheTrenches.Commanding.Cache
Assembly: AzureFromTheTrenches.Commanding.Cache.dll
Syntax
public interface ICacheKeyProvider

Methods

| Improve this Doc View Source

CacheKey<T>(T)

Declaration
string CacheKey<T>(T command)
Parameters
Type Name Description
T command
Returns
Type Description
System.String
Type Parameters
Name Description
T
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall