Cache constructor

Cache()

Initializes the IndexedDB database connection.

Implementation

Cache() {
  _open();
}