You are here

function xautoload_Main::flushCache in X Autoload 7.3

Invalidate all values stored in APC.

File

lib/Main.php, line 20

Class

xautoload_Main

Code

function flushCache() {
  $this->services->apcKeyManager
    ->renewApcPrefix();
}