You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@trigger_error(sprintf('Passing a Doctrine Cache instance as 2nd parameter of the "%s" constructor is deprecated since version 3.1. This parameter will be removed in Symfony 4.0. Use the "%s" class instead.', __CLASS__, CacheClassMetadataFactory::class), E_USER_DEPRECATED);
54
-
}
55
43
}
56
44
57
45
/**
@@ -65,10 +53,6 @@ public function getMetadataFor($value)
65
53
return$this->loadedClasses[$class];
66
54
}
67
55
68
-
if ($this->cache && ($this->loadedClasses[$class] = $this->cache->fetch($class))) {
69
-
return$this->loadedClasses[$class];
70
-
}
71
-
72
56
$classMetadata = newClassMetadata($class);
73
57
$this->loader->loadClassMetadata($classMetadata);
74
58
@@ -84,10 +68,6 @@ public function getMetadataFor($value)
0 commit comments