You are here

function Main::flushCache in X Autoload 7.5

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

Invalidate all values stored in APC.

File

src/Main.php, line 33

Class

Main

Namespace

Drupal\xautoload

Code

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