Doctrine\Tests\OxmTestCase::getSharedMetadataCacheImpl PHP Method

getSharedMetadataCacheImpl() private static method

private static getSharedMetadataCacheImpl ( )
    private static function getSharedMetadataCacheImpl()
    {
        if (self::$_metadataCacheImpl === null) {
            self::$_metadataCacheImpl = new \Doctrine\Common\Cache\ArrayCache();
        }
        return self::$_metadataCacheImpl;
    }