You are here

function xautoload_ClassLoader_ApcCache::setApcPrefix in X Autoload 7.3

Set the APC prefix after a flush cache.

Parameters

string $prefix: A prefix for the storage key in APC.

File

lib/ClassLoader/ApcCache.php, line 32

Class

xautoload_ClassLoader_ApcCache

Code

function setApcPrefix($prefix) {
  $this->prefix = $prefix;
}