# 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
