I\'m using site wide caching with memcached as the backend. I would like to invalidate pages in the cache when the underlying database object changes.
If the page name
tghw's solution does not actually work, because the cache key is NOT the absolute path. The key is calculated from the absolute path and the HTTP headers. See this question for an example.