UNPKG

dinache

Version:

Restful light weight in-memory cache server built on top of node.js and dinoloop.

7 lines (6 loc) 218 B
import { IQuery, IBatchResult } from '../models/iquery'; export declare class QueryExecute { private static exec(q); static run(q: IQuery): IBatchResult; static runBatch(q: IQuery[]): IBatchResult; }