Cache constructor

Cache()

Implementation

factory Cache() {
  return _getInstance();
}