You are here

function context_flush_caches in Context 6.2

Same name and namespace in other branches
  1. 6.3 context.module \context_flush_caches()
  2. 6 context.module \context_flush_caches()
  3. 7.3 context.module \context_flush_caches()

Implementation of hook_flush_caches().

File

./context.module, line 165

Code

function context_flush_caches() {
  context_invalidate_cache();
  return array();
}