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