You are here

Interface.php in X Autoload 7.3

File

lib/ApcKeyManager/Interface.php
View source
<?php

interface xautoload_ApcKeyManager_Interface {

  /**
   * @param xautoload_LoaderFactory|xautoload_LoaderManager $observer
   */
  function observeApcPrefix($observer);

  /**
   * Get a fresh APC prefix.
   */
  function renewApcPrefix();

}

Interfaces