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