getInstance static method
Get a singleton instance of the test cache.
Implementation
static NyTestCache getInstance() {
_instance ??= NyTestCache._();
return _instance!;
}
Get a singleton instance of the test cache.
static NyTestCache getInstance() {
_instance ??= NyTestCache._();
return _instance!;
}