UNPKG

@nasriya/cachify

Version:

A lightweight, extensible in-memory caching library for storing anything, with built-in TTL and customizable cache types.

6 lines (5 loc) 232 B
import cachify from "./cachify"; export { CacheRecord, CacheFlavor, CacheScope, CachePreloadInitiator } from "./core/docs/docs"; export { CachifyClient } from "./client"; export { Cachify } from "./cachify"; export default cachify;