StorageInterface

storage/backing~ StorageInterface

Interface for a backing store.

Constructor

new StorageInterface(label)

Source:
Parameters:
Name Type Description
label string Namespace to use for this store.

Methods

(async, abstract) get()

Source:

(async, abstract) has()

Source:

(async, abstract) initialize()

Source:

(async, abstract) keys()

Source:

(async, abstract) remove()

Source:

(async, abstract) set()

Source:

(async, abstract) shutdown()

Source: