Structs§
- Boolean
Response - Response containing a boolean value
- Cache
Config - Configuration options for the cache plugin
- Cache
Item - A cache item with its value and expiration time
- Cache
Stats - Enhanced statistics about the cache
- Compression
Config - Enhanced configuration for cache compression
- Empty
Response - Empty response for operations that don’t return a value
- GetRequest
- Request to get an item from the cache
- HasRequest
- Request to check if an item exists in the cache
- Remove
Request - Request to remove an item from the cache
- SetItem
Options - Options for setting an item in the cache
- SetRequest
- Request to set an item in the cache
Enums§
- Compression
Method - Supported compression methods
- Error
Constants§
Traits§
- Cache
Ext - Extensions to
tauri::App
,tauri::AppHandle
andtauri::Window
to access the cache APIs.
Functions§
- init
- Initializes the plugin.
- init_
with_ config - Initializes the plugin with custom configuration.