Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
cache system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Mar 2013 at 18:37 UTC
Updated:
29 Jul 2014 at 22:06 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirYes, I would suggest to just drop CacheArray completely, possibly an issue per sub-class?
Comment #2
dawehnerSounds like a good idea!
Comment #3
berdirUnpostponing.
We have three remaining implementations that use Cache array, module list, schema and theme registry. The latter two already have an issue, so I opened #2025779: Remove ModuleInfo as it is no longer necessary
Comment #4
berdirhere's the @deprecated tag for CacheArray.
Comment #5
dawehnerIt is a bad idea in general to rely on magic, if it is not needed.
Comment #6
catchCommitted/pushed to 8.x, thanks!
Leaving open since this is a meta.
Comment #7
ianthomas_ukComment #8
ianthomas_ukComment #9
ianthomas_ukIt looks like the theme registry has already been converted, but can anyone find the issue for SchemaCache?
Comment #10
ianthomas_ukOther issue was #2185015: Remove SchemaCache and CacheArray
Comment #11
berdirOk, the last one is #2185015: Remove SchemaCache and CacheArray. Closing.