function spaces_flush_caches in Spaces 6.3
Same name and namespace in other branches
- 6.2 spaces.module \spaces_flush_caches()
- 7.3 spaces.module \spaces_flush_caches()
- 7 spaces.module \spaces_flush_caches()
Implementation of hook_flush_caches().
File
- ./
spaces.module, line 820
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);
}