Is your feature request related to a problem? Please describe.
Currently, the use of cache saves data on Cloudflare kv. From my observations, this data is not periodically deleted and in large projects the limits are used very quickly.
Describe the solution you'd like
It would be great if the cache and its maxAge were synchronized with the recently added ttl. In this way, old cache entries from kv would be deleted automatically.
Is your feature request related to a problem? Please describe. Currently, the use of
cache
saves data on Cloudflarekv
. From my observations, this data is not periodically deleted and in large projects the limits are used very quickly.Describe the solution you'd like It would be great if the cache and its
maxAge
were synchronized with the recently addedttl
. In this way, old cache entries from kv would be deleted automatically.Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.