UNPKG

@squareboat/nest-cache

Version:

The cache package for your NestJS Applications

7 lines (6 loc) 182 B
import { CacheOptions } from './interfaces'; export declare class CacheMetadata { private static data; constructor(data: CacheOptions); static getData(): CacheOptions; }