Skip to content

question: Where is the web cache storage persisted to disk? #25205

Answered by satyarohith
jsejcksn asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @jsejcksn. It's currently stored under "deno_cache" in the temp directory

deno/cli/worker.rs

Lines 764 to 766 in 2bb013f

std::env::temp_dir()
.join("deno_cache")
.join(checksum::gen(&[key.as_bytes()]))

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jsejcksn
Comment options

Answer selected by satyarohith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #25204 on August 26, 2024 05:50.