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