UNPKG

@kth/cortina-block

Version:

Node.js module for fetching Cortina blocks and optionally cache using Redis.

5 lines (4 loc) 128 B
export declare const memoryCache: { get: (name: any) => any; set: (name: any, value: any, ttl_seconds: any) => void; };