KvCacheStore.prototype.set<T>(key: string,value: T,ttlSeconds?: number): Promise<void>
Usage
import { KvCacheStore } from "cloudflare-plugin/src/index.ts";
KvCacheStore.prototype.set<T>(key: string,value: T,ttlSeconds?: number): Promise<void>
import { KvCacheStore } from "cloudflare-plugin/src/index.ts";