instance property

CacheService get instance

Get the singleton instance

Implementation

static CacheService get instance {
  _instance ??= CacheService._();
  return _instance!;
}