Design a cache system for a high-traffic website.
Anonymous
I would use a distributed cache system like Memcached or Redis, with a least recently used (LRU) eviction policy. I'd also implement a multi-level cache hierarchy and consider using a content delivery network (CDN).
Check out your Company Bowl for anonymous work chats.