Modules§
Structs§
- Cache
Entry - Checksum
- Checksum
Integrity Error - Global
Http Cache - Http
Cache Item Key - Computed cache key, which can help reduce the work of computing the cache key multiple times.
- Local
Http Cache - Local
LspHttp Cache - A vendor/ folder http cache for the lsp that provides functionality for doing a reverse mapping.
- Serialized
Cached UrlMetadata
Enums§
Constants§
- CACHE_
PERM - Permissions used to save a file in the disk caches.
Traits§
Functions§
- resolve_
deno_ dir - url_
to_ filename - Turn provided
url
into a hashed filename. URLs can contain a lot of characters that cannot be used in filenames (like “?”, “#”, “:”), so in order to cache them properly they are deterministically hashed into ASCII strings.