You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -947,6 +947,7 @@ For details of changes by release see the [change log](https://github.com/App-vN
947
947
* [@reisenberger](https://github.com/reisenberger) - Add new .HandleInner<TException>(...) syntax for handling inner exceptions natively.
948
948
* [@rjongeneelen](https://github.com/rjongeneelen) and [@reisenberger](https://github.com/reisenberger) - Allow PolicyWrap configuration to configure policies via interfaces.
/// Constructs a new instance of the <see cref="ResultTtl{TResult}"/> ttl strategy.
16
+
/// Constructs a new instance of the <see cref="ResultTtl{TResult}"/> ttl strategy, with a func calculating <see cref="Ttl"/> based on the <typeparamref name="TResult"/> value to cache.
17
17
/// </summary>
18
18
/// <param name="ttlFunc">The function to calculate the TTL for which cache items should be considered valid.</param>
/// Constructs a new instance of the <see cref="ResultTtl{TResult}"/> ttl strategy, with a func calculating <see cref="Ttl"/> based on the execution <see cref="Context"/> and <typeparamref name="TResult"/> value to cache.
27
+
/// </summary>
28
+
/// <param name="ttlFunc">The function to calculate the TTL for which cache items should be considered valid.</param>
0 commit comments