pub fn open(namespace: &str) -> Box<dyn Storage>Expand description
The storage serving namespace in the active environment.
The location is not a parameter: an environment is the store, so a cache
can’t be opened somewhere else without making “a single active
environment” false. See crate::environment.