macro_rules! post_cache_wrapper {
($handler:ident, $request_type:ty, $response_type:ty) => { ... };
}Expand description
Macro to add cache to endpoint
macro_rules! post_cache_wrapper {
($handler:ident, $request_type:ty, $response_type:ty) => { ... };
}Macro to add cache to endpoint