Glossary
Review the definitions for terms used across Cloudflare's Workers KV documentation.
| Term | Definition |
| cacheTtl | CacheTtl is a parameter that defines the length of time in seconds that a KV result is cached in the global network location it is accessed from. |
| metadata | A metadata is a serializable value you append to each KV entry. |
| Workers KV namespace | A Workers KV namespace is a key-value database replicated to Cloudflare’s global network. A Workers KV namespace must require a binding and an id. |