This document describes Facebook's approach to invalidating cached data from FQL formulas. It discusses how timestamp records track data updates across databases and namespaces. These timestamps are used to prime the cache and ensure clients receive the latest data. The FQL engine retrieves timestamps from Memcached and uses them to determine if cached data is stale before serving client requests.