**[in Bundle/CoreBundle/Cache/ApcCache.php, line 22](https://github.com/Victoire/victoire/blob/master/Bundle/CoreBundle/Cache/ApcCache.php#L22)** > `__DIR__` and `__FILE__` constants may conflict with the Symfony resource overriding system ``` php */ public function __construct($cache, $debug) { $this->cache = new $cache(); $this->debug = $debug; $this->uniqId = md5(__FILE__); } /** * Fetches an entry from the cache. * ``` --- _Posted from [SensioLabsInsight](https://insight.sensiolabs.com/projects/d5307bf2-eac4-43db-bd49-dd9e85e360a5/analyses/97)_