Get a cache instance for the given environment.
The environment must be registered first with registerConfig().
static HHive getCache(String env) { return HHive(env: env); }