UNPKG

atikin-cache-ninja

Version:

A smart caching utility that optimizes app performance by providing in-memory caching with expiry, automatic invalidation, and async support.

17 lines (11 loc) 555 B
# Atikin Cache Ninja **Atikin Cache Ninja** is a smart caching utility that optimizes app performance with in-memory caching, expiry, and async support. ## Features - **Customizable Strategies:** Supports LRU, FIFO, and TTL. - **Cache Analytics:** Get cache hit/miss rates. - **Multi-Instance Support:** Works seamlessly in cluster environments. - **Auto Invalidation:** Automatically removes stale data. - **Flexible Storage:** Supports JSON, database, and file system caching. ## Installation ```bash npm install atikin-cache-ninja