We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0b6526 commit fb7dc49Copy full SHA for fb7dc49
src_docs/content/doc/filters/js/packages.md
@@ -138,5 +138,5 @@ The return value will be a JS object containing the following fields:
138
139
| Prototype | Description |
140
| --- | --- |
141
-| file.Put(key string, value string, ttl int64) | add the `value` in the cache using the key `key` and it will be deleted after `ttl` seconds |
142
-| file.Get(key string) | get the value stored in the cache with the key `key` |
+| cache.Put(key string, value string, ttl int64) | add the `value` in the cache using the key `key` and it will be deleted after `ttl` seconds |
+| cache.Get(key string) | get the value stored in the cache with the key `key` |
0 commit comments