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

Lifecycle truth (M90b): the no-op backend stores nothing, so the only honest reachability answer is whether the store is connected.

Return Type

Promise<boolean>

true when connected

Usage

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