Expand description
Raw access to the cache index. Use with caution!
Structs§
- Metadata
- Represents a cache index entry, which points to content.
- Remove
Opts - 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.