TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Scaling with CacheObservers

31 pointsby AirbnbNerdsabout 12 years ago

3 comments

petercooperabout 12 years ago
<p><pre><code> class ListingCache extends CacheObserver </code></pre> The rest of the code is Ruby but this isn't. Guessing this code wasn't copied and pasted but written on the fly by someone who's been doing some Java recently? :-)
评论 #5488311 未加载
bradleylandabout 12 years ago
<p><pre><code> "There are only two hard problems in Computer Science: cache invalidation and naming things." -- Phil Karlton </code></pre> Always helpful to see how someone else is solving the problem at scale.
dipthabout 12 years ago
Do you plan on open sourcing this?