This project allows to flush cache for drupal blocks and entities
(nodes, users, taxonomy terms). It has dependency on contextual links.
For blocks now supported standard drupal blocks, views and panels.
After installation you will be able to:
1) Flush entities cache (use "Flush Cache" local tasks on entities pages);
2) Flush blocks, views cache using "Flush Cache" contextual link.
3) Flush panels cache using "Flush Cache" prefix link.
4) You can flush any cache bin using admin page
yoursite.com/admin/config/development/cache-flush
This is initial Cache flush release. It supports drupal blocks cache flush option,views and entities (node, user, taxonomy_term) cache flush option. Cache flush has the only dependency contextual module. It does not support panels cache flush (soon it will be added). It has acquia purge integration but it is not tested yet well. Please create issues If you need any option we forgot to implement, thank you.