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