Enums§
- Storage
Backend - Storage backend types
Functions§
- clear
- Clear all storage
- clear_
with_ backend - Clear with specific backend
- get
- Get a value by key
- get_
bytes - Get binary data
- get_
json - Get a JSON-serializable value
- get_
with_ backend - Get with specific backend
- get_
with_ ttl - Get with automatic expiration check
- has
- Check if a key exists
- keys
- List all keys
- keys_
with_ backend - Keys with specific backend
- remove
- Remove a key
- remove_
with_ backend - Remove with specific backend
- set
- Store a key-value pair
- set_
bytes - Store binary data
- set_
json - Store a JSON-serializable value
- set_
with_ backend - Store with specific backend
- set_
with_ ttl - Set with expiration (seconds)