ICacheStore.get<T>(key: string): Promise<T | null>
Usage
import { type ICacheStore } from "cache-plugin/src/index.ts";
ICacheStore.get<T>(key: string): Promise<T | null>
import { type ICacheStore } from "cache-plugin/src/index.ts";