Interface ITtlStrategy
Defines a strategy for providing time-to-live durations for cacheable results.
public interface ITtlStrategy
Methods
GetTtl(Context)
Gets a TTL for a cacheable item, given the current execution context.
Ttl GetTtl(Context context)
Parameters
context
ContextThe execution context.