Function get_by_sickbay_prime_cache
pub fn get_by_sickbay_prime_cache(
conn: &PgConnection,
sickbay_id: Uuid,
) -> Result<Vec<MedStorage>, StatusMessage>
Expand description
Primes the cached function get_by_sickbay
.
This is a cached function that uses the GET_BY_SICKBAY
cached static.