glimr/config/cache
Cache Configuration
Centralizes cache store setup so application code doesn’t need to know about config file locations or parsing. Uses ${VAR} syntax for secrets like Redis URLs to keep credentials out of version control.
Values
pub fn load() -> List(driver.CacheStore)
Safe to call repeatedly from hot paths since results are cached after first load. Returns empty list on missing/invalid config to let apps start without cache configuration.