UNPKG

@dazejs/framework

Version:

Daze.js - A powerful web framework for Node.js

6 lines (5 loc) 133 B
import { Cache } from '../../../supports/cache'; export declare class CacheProvider { _cache(): Cache; _cacheAlias(): any; }