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