Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
configuration entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
27 Dec 2013 at 10:59 UTC
Updated:
29 Jul 2014 at 23:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
alexpottHere's a patch.
Comment #2
alexpottComment #3
alexpottOk. reading the code realised that the patch in #1 would break count queries on empty result sets.
Comment #4
alexpottA dot free patch
Comment #5
Anonymous (not verified) commentedlooks good to me. alexpott++
Comment #6
berdirTo me as well.
It's not as much about the static cache but the persistent cache in the cached storage controller, a getMultiple() is a single getMultiple() on the cache backend, which is more efficient.
Comment #7
webchickNice catch!
Committed and pushed to 8.x. Thanks!