Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.0.1, 2.0.2
-
Fix Version/s: 2.0.2
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
I find a problem with doctrine cache key.
It use a namespace and key to save the value and never use the namespace to get it.
I checked that on AbstractQuery::getResultCacheId().
AbstractCache::save > use $this>_getNamespacedId($id)
AbstractQuery::getResultCacheId() does not append the namespace. The Cache functions fetch() and contains() do.