pub struct BasicKeyer;
Expand description
The basic caching strategy for the responses.
The responses are cached according to the HTTP method (axum::http::Method
) and path
(axum::http::Uri
) of the request they responded to.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BasicKeyer
impl RefUnwindSafe for BasicKeyer
impl Send for BasicKeyer
impl Sync for BasicKeyer
impl Unpin for BasicKeyer
impl UnwindSafe for BasicKeyer
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more