NoopStore.prototype.get<T>(_key: string): Promise<T | null>
Read a value. The key is already-prefixed by CacheService.
Promise<T | null>
The deserialized value, or null when absent/expired
NoopStore.prototype.get<T>(_key: string): Promise<T | null>
Read a value. The key is already-prefixed by CacheService.
Promise<T | null>
The deserialized value, or null when absent/expired
import { NoopStore } from "cache-plugin/src/index.ts";