getCache static method

HHive getCache(
  1. String env
)

Get a cache instance for the given environment.

The environment must be registered first with registerConfig().

Implementation

static HHive getCache(String env) {
  return HHive(env: env);
}