UNPKG

@dazejs/framework

Version:

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

5 lines (4 loc) 104 B
export interface CacheConfigInterface { store: 'memory' | 'redis' | 'fs'; connection: string; }