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