ICacheProvider public interface ICacheProvider Defines methods for classes providing synchronous cache functionality for Polly CachePolicys. Documentation Code object Get(string key) Gets a value from cache. void Put(string key, object value, TimeSpan ttl) Puts the specified value in the cache.