You are here

function Main::flushCache in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/Main.php \Drupal\xautoload\Main::flushCache()

Invalidate all values stored in APC.

File

lib/Main.php, line 33

Class

Main

Namespace

Drupal\xautoload

Code

function flushCache() {
  $this->services->cacheManager
    ->renewCachePrefix();
}