We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f67732 commit 223f2f6Copy full SHA for 223f2f6
src/runtime/cache/driver.mjs
@@ -31,6 +31,7 @@ export default defineDriver((driverOpts) => {
31
}
32
33
options.metadata = {
34
+ ttl: options.ttl,
35
mtime: Date.now(),
36
size: value.length,
37
path: event?.path,
0 commit comments