athena_rs 3.3.0

Database gateway API
Documentation
1
2
3
4
5
6
7
8
9
//! Cache Module
//!
//! This module provides functionality for managing cache operations, including cache control, checking cached responses, and hydrating the cache.

pub mod cache_control; // Module for handling Cache-Control header checks
pub mod check; // Module for checking and retrieving cached responses
pub mod hydrate; // Module for hydrating the cache with JSON data
pub mod invalidation; // Scoped cache invalidation helpers
pub mod rehydrate; // Module for rehydrating the cache with JSON data