The minimum cacheTtl parameter for Workers KV has been reduced from 60 seconds to 30 seconds. This change applies to both get() and getWithMetadata() methods.
This reduction allows you to maintain more up-to-date cached data and have finer-grained control over cache behavior. Applications requiring faster data refresh rates can now configure cache durations as low as 30 seconds instead of the previous 60-second minimum.
The cacheTtl parameter defines how long a KV result is cached at the global network location it is accessed from:
// Read with custom cache TTLconst value = await env.NAMESPACE.get("my-key", { cacheTtl: 30, // Cache for minimum 30 seconds (previously 60)});
// getWithMetadata also supports the reduced cache TTLconst valueWithMetadata = await env.NAMESPACE.getWithMetadata("my-key", { cacheTtl: 30, // Cache for minimum 30 seconds});The default cache TTL remains unchanged at 60 seconds. Upgrade to the latest version of Wrangler to be able to use 30 seconds cacheTtl.
This change affects all KV read operations using the binding API. For more information, consult the Workers KV cache TTL documentation.
Source: Cloudflare
Latest Posts
- GCP Release Notes: April 03, 2026

- OneDrive and SharePoint: Undo and Redo for PDF annotations on OneDrive for web [MC1269863]
![OneDrive and SharePoint: Undo and Redo for PDF annotations on OneDrive for web [MC1269863] 3 pexels googledeepmind 17485738](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- OneDrive: Files deleted from the cloud will no longer appear in the local Recycle Bin or Trash [MC1269861]
![OneDrive: Files deleted from the cloud will no longer appear in the local Recycle Bin or Trash [MC1269861] 4 pexels helenalopes 933964](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)
- Update to Copilot navigation pane chat history filtering [MC1269870]
![Update to Copilot navigation pane chat history filtering [MC1269870] 5 pexels frostroomhead 7976210](data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==)


![OneDrive and SharePoint: Undo and Redo for PDF annotations on OneDrive for web [MC1269863] 3 pexels googledeepmind 17485738](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-googledeepmind-17485738-150x150.webp)
![OneDrive: Files deleted from the cloud will no longer appear in the local Recycle Bin or Trash [MC1269861] 4 pexels helenalopes 933964](https://mwpro.co.uk/wp-content/uploads/2025/06/pexels-helenalopes-933964-150x150.webp)
![Update to Copilot navigation pane chat history filtering [MC1269870] 5 pexels frostroomhead 7976210](https://mwpro.co.uk/wp-content/uploads/2024/08/pexels-frostroomhead-7976210-150x150.webp)
