UNPKG

ng2-qgrid

Version:
8 lines (7 loc) 224 B
import { TemplateLink } from './template-link'; export declare class TemplateCacheService { private cache; constructor(); get(key: string): TemplateLink; put(key: string, value: TemplateLink): void; }