Function find_by_organization_prime_cache
pub fn find_by_organization_prime_cache(
conn: &PgConnection,
id: Uuid,
) -> Result<Vec<MedicalProfile>, StatusMessage>
Expand description
Primes the cached function find_by_organization
.
This is a cached function that uses the FIND_BY_ORGANIZATION
cached static.