Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/willow/src/store/storage/types.ts

Exploring Willow in the most efficient and sound programming language
Go to Latest
import * as willow from "https://deno.land/x/willow@0.2.1/src/store/storage/types.ts";

Interfaces

Provides methods for storing and retrieving entries for a Store.

Provides methods for storing and retrieving Payloads.

Keeps count of how many entries refer to a given payload, and is ablo to modify that count.

Writes and reads flags indicating write operations to the store, in order to recover from errors mid-write.