{"library":"appolo-cache","type":"library","category":null,"description":"Appolo Cache is an in-memory LRU cache for Node.js written in TypeScript. The current stable version is 8.0.0. It provides a simple API for caching key-value pairs with optional per-item TTL and automatic eviction of least recently used items when the maximum cache size is reached. Key differentiators include typed generics, built-in maxAge support, and utility methods like peek, pop, and prune. It is lightweight, dependency-free, and well-suited for server-side caching needs.","language":"javascript","status":"active","version":"8.0.0","tags":["javascript","cache","lru","memory"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install appolo-cache","imports":["import { Cache } from 'appolo-cache'","import { CacheOptions } from 'appolo-cache'","import { Cache } from 'appolo-cache'"]},{"cmd":"yarn add appolo-cache","imports":[]},{"cmd":"pnpm add appolo-cache","imports":[]}],"homepage":"https://github.com/shmoop207/appolo-cache#readme","github":"https://github.com/shmoop207/appolo-cache","docs":null,"changelog":null,"pypi":null,"npm":"appolo-cache","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}