Skip to content

Commit a152fd0

Browse files
author
markzegarelli
committed
update verbiage
1 parent fc3112c commit a152fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_includes/content/functions/runtime.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Only the [`crypto` Node.js module](https://nodejs.org/dist/latest-v10.x/docs/api
3131

3232
##### Caching
3333

34-
Basic cache storage is available via the `cache` object, which has the following methods defined:
34+
Basic cache storage is available through the `cache` object, which has the following methods defined:
3535

3636
- `cache.load(key: string, ttl: number, fn: async () => any): Promise<any>`
3737
- Obtains a cached value for the provided `key`, invoking the callback if the value is missing or has expired. The `ttl` is the maximum duration in milliseconds the value can be cached. If omitted or set to `-1`, the value will have no expiry.

0 commit comments

Comments
 (0)