Cache Expiration
Category: Web Development > Ruby On Rails      Posted: 28 Feb 09

When you start caching html content which depends on data in your database, what happens when that data changes? You're going to need to expire that cache, and in this episode, we show you how Rails makes this quite easy