[][src]Module actix_storage::dev

Set of traits and structs used for storage backend development

Modules

actor

Set of actix messages to help with store and expiry implementation

Structs

StorageBuilder

Builder struct for Storage

Traits

Expiry

Set of method for expiry providers to implement.

ExpiryStore

It is usefull for when store and expiry are implemented for the same struct, and should be implemented in those cases even if there can't be any optimization, as it will prevent some runtime checks for expiry validity.

Store

Set of method for basic storage providers to implement.