You are here

function context_flush_caches in Context 6.3

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

Implementation of hook_flush_caches().

File

./context.module, line 423

Code

function context_flush_caches() {
  context_invalidate_cache();
}