Polly.Caching.ICacheKeyStrategy
Defines how a CachePolicy should get a string cache key from an execution Context.
namespace Polly.Caching
{
public interface ICacheKeyStrategy
{
string GetCacheKey(Context context);
}
}