I\'m caching tweets on my site (with 30 min expiration time). When the cache is empty, the first user to find out will repopulate it.
However, at that time the Twitt
In that case, isn't this the better logic?
The point being, only replace the data with something new if you have it, don't let the old data be thrown away automatically.