Does data get removed from KV if not accessed for a long time? i.e. 1 year.
Does data get removed from KV if not accessed for a long time? i.e. 1 year.
No need to have 2 durable storage layers.
kv.get(key, { cacheTtl: 60 }) or the cache API?
env.NAMESPACE.get(key, { cacheTtl: 3600 });kv.get(key, { cacheTtl: 60 })