<PackageReference Include="Polly" Version="6.0.1" />

ITtlStrategy<TResult>

public interface ITtlStrategy<TResult>
Defines a strategy for providing time-to-live durations for cacheable results.
namespace Polly.Caching { public interface ITtlStrategy<TResult> { Ttl GetTtl(Context context, TResult result); } }