ISyncCacheProvider public interface ISyncCacheProvider Defines methods for classes providing synchronous cache functionality for Polly CachePolicys. Documentation Code void Put(string key, object value, Ttl ttl) Puts the specified value in the cache. ValueTuple<bool, object> TryGet(string key) Gets a value from cache.