Function get_by_org_id_prime_cache
pub fn get_by_org_id_prime_cache(
conn: &PgConnection,
id: Uuid,
) -> Result<Vec<ConditionNames>, StatusMessage>
Expand description
Primes the cached function get_by_org_id
.
This is a cached function that uses the GET_BY_ORG_ID
cached static.