Andrey Ermilov
Andrey Ermilov
1. First of all we need to understand what do want to validate 2. Implement validation logic
Describe cache policies inside the configuration file. Options are: - Cache / NonCache - Stale / Without Stale - Local Lock / Distributed Lock / Without Lock - TTL +...
Find ready-to-use crate to match and validate routes. Route format (for example): '/clusters/{cluster_id:i32}/comments/'
For integration with tokio axum we need to implement trait Cacheable for Request and add some service\route declaration helper functions.