You are here

function background_image_cache_flush in Background Image 2.0.x

Same name and namespace in other branches
  1. 8 background_image.module \background_image_cache_flush()
  2. 2.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();
}