expirationTtl: 21600 so I know that even if something goes wrong it will expire in 6 hours. 

https://api.cloudflare.com/client/v4/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key}1febbc2176164bb28d7cd90ab661e862
expirationTtl: 21600const [key, value] = ["something", "whatever"]
binding.put(key, value, { expirationTtl: 21600 })
Then after 5 minutes I do:
binding.get(key, {cacheTtl:21600})
Then after 5 minutes I do:
binding.delete(key)
Then after 5 minutes I do:
binding.get(key, {cacheTtl:21600})
Will this last one return null or the cached value?successful_key_counthttps://api.cloudflare.com/client/v4/accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key}1febbc2176164bb28d7cd90ab661e862