I'm using Drupal 5 and I can't upgrade to version 6 due to some of our required modules not yet supporting 6.

What I'd specifically like to do is to invalidate all cache entries for nodes of a particular type. Is there a method of doing this?

Ie: invalidate all 'Stories' but leave all 'pages, blogs, forums, etc' intact.

So far, I've been unable to find a method to do this.

Comments

jgadrow’s picture

As an update: I want to clear the cache_filters table, specifically. The other tables are of no concern at this juncture.
Is there a way to clear a specific entry for a single node? If this method exists, I can't seem to find it on the API pages. At the very worst, I could retrieve all the node ids for a given content type and enter a very long loop if it's possible to invalidate based on node id.