getInstance static method

NyTestCache getInstance()

Get a singleton instance of the test cache.

Implementation

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