You are here

function spaces_flush_caches in Spaces 6.2

Same name and namespace in other branches
  1. 6.3 spaces.module \spaces_flush_caches()
  2. 7.3 spaces.module \spaces_flush_caches()
  3. 7 spaces.module \spaces_flush_caches()

Implementation of hook_flush_caches().

File

./spaces.module, line 276

Code

function spaces_flush_caches() {
  spaces_features_map(NULL, TRUE);
  return array();
}