Example to read aloud — not a recorded result
“"Add a new struct called CacheLayer in cache-mod-dot-rs that wraps a moka LRU cache. The public API should expose get-or-insert-with — async, takes a key and an async closure that produces the value. Use a TTL of five minutes by default. Wire it into the existing api-handler-orders module. Don't change the database query path; we just want a read-through cache in front of it."”
- · Illustrative practice text, not a recorded Halopen result.
- · Read a short section aloud, then check the inserted draft for errors.
- · Keep exact names, numbers and formatting under your own review.