Function get_by_org_id_and_anaphylaxis_prime_cache
pub fn get_by_org_id_and_anaphylaxis_prime_cache(
app_data: Data<AppData>,
org_id: Uuid,
) -> Result<Vec<AllergiesResponse>, StatusMessage>
Expand description
Primes the cached function get_by_org_id_and_anaphylaxis
.
This is a cached function that uses the GET_BY_ORG_ID_AND_ANAPHYLAXIS
cached static.