Module actix_storage::dev

source ·
Expand description

Set of traits and structs used for storage backend development

Modules

Set of actix messages to help with store and expiry implementation

Structs

Builder struct for Storage

Traits

Set of method for expiry providers to implement.
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.
Set of method for basic storage providers to implement.