Class BaseStorage

This is the base backend for temporary message storage.

Declaration

class BaseStorage
source link

Documentation

This is not a complete class; to be a usable storage backend, it must be
subclassed and the two methods ``_get`` and ``_store`` overridden.

Methods

Subclasses

Reexports