Polly.Caching.DefaultCacheKeyStrategy
The default cache key strategy for CachePolicy. Returns the property OperationKey.
namespace Polly.Caching
{
public class DefaultCacheKeyStrategy : ICacheKeyStrategy
{
public static readonly ICacheKeyStrategy Instance;
public string GetCacheKey(Context context);
public DefaultCacheKeyStrategy();
}
}