You are here

function CacheManagerObserverInterface::setCachePrefix in X Autoload 7.5

Same name and namespace in other branches
  1. 7.4 lib/CacheManager/CacheManagerObserverInterface.php \Drupal\xautoload\CacheManager\CacheManagerObserverInterface::setCachePrefix()

Set the APC prefix after a flush cache.

Parameters

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

2 methods override CacheManagerObserverInterface::setCachePrefix()
AbstractCachedClassLoader::setCachePrefix in src/ClassLoader/AbstractCachedClassLoader.php
Set the APC prefix after a flush cache.
AbstractQueuedCachedClassLoader::setCachePrefix in src/ClassLoader/AbstractQueuedCachedClassLoader.php
Set the new cache prefix after a flush cache.

File

src/CacheManager/CacheManagerObserverInterface.php, line 13

Class

CacheManagerObserverInterface

Namespace

Drupal\xautoload\CacheManager

Code

function setCachePrefix($prefix);