You are here

function xautoload_ServiceRegistry::reset in X Autoload 7.2

File

lib/ServiceRegistry.php, line 19

Class

xautoload_ServiceRegistry

Code

function reset($key) {
  $this->cache[$key] = NULL;
}