ICacheKeyStrategy public interface ICacheKeyStrategy Documentation Code using System.Runtime.CompilerServices; namespace Polly.Caching { [System.Runtime.CompilerServices.NullableContext(1)] public interface ICacheKeyStrategy { string GetCacheKey(Context context); } }