mastercache
Version:
Multi-tier cache module for Node.js. Redis, Upstash, CloudfareKV, File, in-memory and others drivers
19 lines (16 loc) • 680 B
text/typescript
import { B as BusMessagePublished, C as CacheHit, a as CacheMiss, b as CacheCleared, c as CacheDeleted, d as CacheWritten } from '../../events-BJQnbTp3.cjs';
import { BusMessageReceived } from './bus/bus-message-received.cjs';
import '../types/bus.cjs';
import '@boringnode/bus/types/main';
import '../types/helpers.cjs';
import 'typescript-log';
declare const events: {
BusMessagePublished: typeof BusMessagePublished;
BusMessageReceived: typeof BusMessageReceived;
CacheHit: typeof CacheHit;
CacheMiss: typeof CacheMiss;
CacheCleared: typeof CacheCleared;
CacheDeleted: typeof CacheDeleted;
CacheWritten: typeof CacheWritten;
};
export { events };