GenericTtlStrategy<TResult> class GenericTtlStrategy<TResult> : ITtlStrategy<TResult> Represents a strongly-typed ITtlStrategy wrapper of a non-generic strategy. Documentation Code public Ttl GetTtl(Context context, TResult result) Gets a TTL for a cacheable item, given the current execution context and result.