UNPKG

hybrid-webcache

Version:

Hybrid WebCache - A library that combines `localStorage`, `IndexedDB`, `SessionStorage` and `Memory` to provide a high-performance hybrid cache with multi-instance synchronization support.

3 lines (2 loc) 69 B
export * from "./core/HybridWebCache"; export * from "./core/types";