Crate deno_cache

Source

Structs§

CacheDeleteRequest
CacheMatchRequest
CacheMatchResponse
CacheMatchResponseMeta
CachePutRequest
CacheShard
CreateCache
LscBackend
SqliteBackedCache
deno_cache
An extension for use with the Deno JS runtime. To use it, provide it as an argument when instantiating your runtime:

Enums§

CacheError
CacheImpl
CacheResponseResource

Traits§

Cache

Functions§

deserialize_headers
Deserialize bytes into headers.
get_cache
get_header
Get value for the header with the given name.
get_headers_from_vary_header
Get headers from the vary header.
op_cache_delete
op_cache_match
op_cache_put
op_cache_storage_delete
op_cache_storage_has
op_cache_storage_open
serialize_headers
Serialize headers into bytes.
vary_header_matches
Check if headers, mentioned in the vary header, of query request and cached request are equal.