Client for invoking a host-provided cache over the Gestalt transport.
import { Cache } from "@valon-technologies/gestalt";const cache = new Cache();await cache.set("session", new TextEncoder().encode("hello")); Copy
import { Cache } from "@valon-technologies/gestalt";const cache = new Cache();await cache.set("session", new TextEncoder().encode("hello"));
Optional
Client for invoking a host-provided cache over the Gestalt transport.
Example