Archive for the 'Flash Bugs' Category

When caches go bad

Wednesday, June 1st, 2005

In general, caching is a good thing. Creating a temporary local copy of some data can dramatically speed up repeated access to that data, especially if it’s hard to recreate or slow to access. However, if the local copy falls out of sync with the real data it can sometimes be disastrous. […]