KemalWAF::BoundedCache(K, V)
============================================================================= Bounded Cache with Memory Tracking
Generic cache that respects memory bounds Automatically evicts old entries when limit is reached
Constants
Log = ::Log.for("bounded_cache")
Constructors
Instance methods
Set value in cache (with memory tracking)