athena_rs 0.77.1

WIP Database API gateway
Documentation
1
2
3
4
5
6
7
8
//! 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 rehydrate; // Module for rehydrating the cache with JSON data