Skip to main content

Module storage

Module storage 

Source
Expand description

Methods for storing and loading directory information from disk.

We have code implemented for a flexible storage format based on sqlite.

Modulesยง

sqlite ๐Ÿ”’
Net document storage backed by sqlite3.

Structsยง

BridgeConfig ๐Ÿ”’
A relay not listed on the main tor network, used for anticensorship.
CachedBridgeDescriptor ๐Ÿ”’
Value in the bridge descriptor cache
DocumentText
A document returned by a directory manager.
ExpirationConfig ๐Ÿ”’
Configuration of expiration of each element of a Store.

Enumsยง

InputString ๐Ÿ”’
An abstraction over a possible string that weโ€™ve loaded or mapped from a cache.

Constantsยง

EXPIRATION_DEFAULTS ๐Ÿ”’
Configuration of expiration shared between Store implementations.

Traitsยง

Store ๐Ÿ”’
Representation of a storage.

Type Aliasesยง

DynStore ๐Ÿ”’
Convenient Sized & dynamic Store