You are here

function blockcache_alter_flush_caches in Block Cache Alter 6

Implementation of hook_flush_caches().

File

./blockcache_alter.module, line 38
Block Cache alter.

Code

function blockcache_alter_flush_caches() {
  blockcache_alter_rehash();
}