Modules§
Structs§
- Computed cache key, which can help reduce the work of computing the cache key multiple times.
- A vendor/ folder http cache for the lsp that provides functionality for doing a reverse mapping.
- An implementation of
DenoCacheEnv
that uses the real file system, but doesn’t have an implementation of atomic_write_file that is resilient. This SHOULD NOT be used for production code. It’s good enough for use in tests though.
Enums§
Traits§
Functions§
- 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.