You are here

interface CacheManagerObserverInterface in X Autoload 7.4

Same name and namespace in other branches
  1. 7.5 src/CacheManager/CacheManagerObserverInterface.php \Drupal\xautoload\CacheManager\CacheManagerObserverInterface

Hierarchy

Expanded class hierarchy of CacheManagerObserverInterface

All classes that implement CacheManagerObserverInterface

4 files declare their use of CacheManagerObserverInterface
AbstractCachedClassLoader.php in lib/ClassLoader/AbstractCachedClassLoader.php
ApcClassLoader.php in lib/ClassLoader/ApcClassLoader.php
WinCacheClassLoader.php in lib/ClassLoader/WinCacheClassLoader.php
XCacheClassLoader.php in lib/ClassLoader/XCacheClassLoader.php

File

lib/CacheManager/CacheManagerObserverInterface.php, line 5

Namespace

Drupal\xautoload\CacheManager
View source
interface CacheManagerObserverInterface {

  /**
   * Set the APC prefix after a flush cache.
   *
   * @param string $prefix
   *   A prefix for the storage key in APC.
   */
  function setCachePrefix($prefix);

}

Members

Namesort descending Modifiers Type Description Overrides
CacheManagerObserverInterface::setCachePrefix function Set the APC prefix after a flush cache. 1