function background_image_cache_flush in Background Image 8
Same name and namespace in other branches
- 2.x background_image.module \background_image_cache_flush()
- 2.0.x background_image.module \background_image_cache_flush()
Implements hook_cache_flush().
File
- ./
background_image.module, line 21 - Background Image module's procedural hooks and functions.
Code
function background_image_cache_flush() {
BackgroundImageManager::service()
->cacheFlush();
}