We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 964f718 + 0b24c65 commit 861f3ddCopy full SHA for 861f3dd
README.md
@@ -109,7 +109,7 @@ Usage:
109
110
```csharp
111
string productId = // ... from somewhere
112
-string productDetails = await cachePolicy.ExecuteAsync(() => getProductDetails(productId),
+string productDescription = await cachePolicy.ExecuteAsync(context => getProductDescription(productId),
113
new Context(productId) // productId will also be the cache key used in this execution.
114
);
115
```
0 commit comments