Skip to main content

Module session

Module session 

Source
Expand description

Session management for multi-query caching

Re-exports§

pub use cache::CachedIndex;
pub use config::SessionConfig;
pub use error::SessionError;
pub use error::SessionResult;
pub use manager::SessionManager;
pub use manager::SessionStats;
pub use watcher::FileWatcher;

Modules§

cache
Cached index metadata and access tracking for session management.
config
Session configuration options.
error
Error types for session management operations.
manager
Session cache manager for warm multi-query execution.
watcher
Filesystem watcher utility for session cache invalidation.