method MemoryStore.prototype.connect
MemoryStore.prototype.connect(): Promise<void>

Establish the backend connection (if applicable).

Return Type

Promise<void>

Usage

import { MemoryStore } from "cache-plugin/src/index.ts";