You are here

Disabled.php in X Autoload 7.3

File

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

class xautoload_ApcKeyManager_Disabled implements xautoload_ApcKeyManager_Interface {
  function observeApcPrefix($observer) {
  }
  function renewApcPrefix() {
  }

}