Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 536 Bytes

File metadata and controls

13 lines (8 loc) · 536 Bytes

CLAUDE.md

Project Overview

@humanspeak/memory-cache — A lightweight, zero-dependency in-memory cache for TypeScript with TTL expiration, LRU eviction, and @cached decorator for method-level memoization.

Coding Style

  • Use trunk-ignore comments to suppress lint warnings, not eslint-disable. Example: // trunk-ignore(eslint/@typescript-eslint/no-explicit-any)