UNPKG

mastercache

Version:

Multi-tier cache module for Node.js. Redis, Upstash, CloudfareKV, File, in-memory and others drivers

12 lines (9 loc) 330 B
import { createError } from './libs/exception'; export const E_FACTORY_SOFT_TIMEOUT = createError( 'Factory has timed out after waiting for soft timeout', 'E_FACTORY_SOFT_TIMEOUT', ); export const E_FACTORY_HARD_TIMEOUT = createError( 'Factory has timed out after waiting for hard timeout', 'E_FACTORY_HARD_TIMEOUT', );