Skip to content

Commit 861f3dd

Browse files
authored
Merge branch 'master' into v20dev
2 parents 964f718 + 0b24c65 commit 861f3dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Usage:
109109

110110
```csharp
111111
string productId = // ... from somewhere
112-
string productDetails = await cachePolicy.ExecuteAsync(() => getProductDetails(productId),
112+
string productDescription = await cachePolicy.ExecuteAsync(context => getProductDescription(productId),
113113
new Context(productId) // productId will also be the cache key used in this execution.
114114
);
115115
```

0 commit comments

Comments
 (0)