File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,13 +51,13 @@ public static async Task Main(string[] args)
5151
5252### Parameters
5353
54- | Parameter | Required | Description |
55- | ---------------------------| ----------| ------------------------------------------------------------------------------------------|
56- | string cacheKey | Required | The key to use for the cache. |
57- | Func<Task<TRes >> function | Required | The function to call. |
58- | CachedRequest? request | Optional | settings for the cache request (explained below). |
59- | TRes? defaultResponse | Optional | default value to return if the function failed or was not called and the cache is empty. |
60- | CancellationToken clt | Optional | a cancellation token. |
54+ | Parameter | Description | Required |
55+ | ---------------------------| ------------------------------------------------------------------------------------------| ----------|
56+ | string cacheKey | The key to use for the cache. | Required |
57+ | Func<Task<TRes >> function | The function to call. | Required |
58+ | CachedRequest? request | settings for the cache request (explained below). | Optional |
59+ | TRes? defaultResponse | default value to return if the function failed or was not called and the cache is empty. | Optional |
60+ | CancellationToken clt | a cancellation token. | Optional |
6161
6262### Example
6363
You can’t perform that action at this time.
0 commit comments