function spaces_flush_caches in Spaces 7
Same name and namespace in other branches
- 6.3 spaces.module \spaces_flush_caches()
- 6.2 spaces.module \spaces_flush_caches()
- 7.3 spaces.module \spaces_flush_caches()
Implements hook_flush_caches().
File
- ./
spaces.module, line 807
Code
function spaces_flush_caches() {
cache_clear_all('spaces_map', 'cache', TRUE);
cache_clear_all('spaces_presets', 'cache', TRUE);
cache_clear_all('spaces_registry', 'cache', TRUE);
}