getInstance static method

HiCache getInstance()

Implementation

static HiCache getInstance() {
  _instance ??= HiCache._();
  return _instance!;
}