FIG-001 · EXAMPLES INDEX
// examples / live demos
examples.
Interactive cache demos built with @humanspeak/memory-cache — basic operations, TTL expiration, LRU eviction, and live cache statistics. Pick a card, inspect behavior, ship.
FIG-001
SHEET 01 / 02
FIG-002 / DEMOS
pick an example.
Each page is a self-contained, interactive demo with the cache behavior you need.
№ 01 / 04
↗
basic-cache.
Interactive demo of get, set, and delete operations with visual cache state.
№ 02 / 04
↗
cache-statistics.
Monitor hit rate, miss rate, and cache performance in real time.
№ 03 / 04
↗
lru-eviction.
See how expired entries are pruned before least recently used items are evicted.
№ 04 / 04
↗
ttl-expiration.
Watch cache entries expire in real time with countdown timers.
SET / JETBRAINS MONO + INTER
HUMANSPEAK · 2026
MIT LICENCE
basic-cache → set + get + delete operations