pub fn find_by_id_no_cache(
id: Uuid,
headers: HeaderMap,
) -> Result<ShortUserResponse, String>
Expand description
Origin of the cached function find_by_id
.
pub fn find_by_id_no_cache(
id: Uuid,
headers: HeaderMap,
) -> Result<ShortUserResponse, String>
Origin of the cached function find_by_id
.