* @license MIT */ interface FileLocatorInterface { /** * Retrieves the file name for the given proxy * * @param string $className * * @return string */ public function getProxyFileName($className); }