Hard

You're implementing a caching system for expensive calculations in a web application. The cache should automatically clear old entries to prevent memory leaks. What's missing in this implementation?

Choose an option below