[go: up one dir, main page]

Module index

Module index 

Source
Expand description

Raw access to the cache index. Use with caution!

Structs§

Metadata
Represents a cache index entry, which points to content.
RemoveOpts
Builder for options and flags for remove cache entry.

Functions§

delete
Deletes an index entry, without deleting the actual cache data entry.
delete_async
Asynchronously deletes an index entry, without deleting the actual cache data entry.
find
Raw index Metadata access.
find_async
Asynchronous raw index Metadata access.
insert
Raw insertion into the cache index.
insert_async
Asynchronous raw insertion into the cache index.
ls
Lists raw index Metadata entries.