A service that temporarily stores data in memory for fast access
- Store & Retrieve: Save data with a key and get it back quickly
- TTL (Time To Live): Data automatically expires after set time
- Statistics: Track cache hits/misses
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init
in bun v1.1.42. Bun is a fast all-in-one JavaScript runtime.