Include block caches clearing during "clear_cache" hook invocation.

This commit is contained in:
2015-10-12 19:39:41 +02:00
parent 872f2a177d
commit d37f45d958
2 changed files with 32 additions and 0 deletions

View File

@@ -196,6 +196,8 @@ feature -- Hook: cache
h.clear_cache (a_cache_id_list, a_response)
end
end
a_response.clear_block_caches (a_cache_id_list)
end
end