A lightweight, zero-dependency in-memory cache for TypeScript and JavaScript with TTL expiration, LRU eviction, wildcard pattern deletion, and a powerful @cached decorator for method-level memoization. Perfect for API response caching, session storage, an
Angular fn pipe for template function performance using pure pipe change detection
Higher-order function utilities for behavioral modification and composition.
Annotation to memoize a function
基于装饰器的 TypeScript 缓存库,开箱即用
A generic, memory-efficient lazy evaluation wrapper. Defers execution of expensive initializers until the value is first accessed, then caches the result and frees the closure reference for GC.