Function find_by_org_prime_cache
pub fn find_by_org_prime_cache(
conn: &PgConnection,
org_id: Uuid,
) -> Result<Vec<Sickbay>, StatusMessage>
Expand description
Primes the cached function find_by_org
.
This is a cached function that uses the FIND_BY_ORG
cached static.