SlidingTtl public class SlidingTtl : ITtlStrategy Defines a ttl strategy which will cache items with a sliding ttl. Documentation Code public SlidingTtl(TimeSpan slidingTtl) Constructs a new instance of the SlidingTtl ttl strategy. public Ttl GetTtl(Context context) Gets a TTL for the cacheable item.