By chrisakeley on
I have a site with a custom module displayed in a block on the front page. Page caching is on, block caching is off. The module shows stale data if I only clear the home page cache. If I call cache_clear_all, the module shows fresh data. I'd rather not call cache_clear_all just to freshen up one module. I don't see any reference to this module in any cache table. Does anybody know how I can clear just the cache for this block?