method MemoryStore.prototype.isHealthy
Since 0.5.0
MemoryStore.prototype.isHealthy(): Promise<boolean>

Lifecycle truth (M90b): an in-process Map has no separate backend to reach, so reachability IS readiness — the process either holds the map or it does not.

Return Type

Promise<boolean>

true when connected

Usage

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