@humanspeak/memory-cache — A lightweight, zero-dependency in-memory cache for TypeScript with TTL expiration, LRU eviction, and @cached decorator for method-level memoization.
- Package:
@humanspeak/memory-cache - Homepage: https://memory.svelte.page
- Repository: https://github.com/humanspeak/memory-cache
- Use
trunk-ignorecomments to suppress lint warnings, noteslint-disable. Example:// trunk-ignore(eslint/@typescript-eslint/no-explicit-any)