Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
cache system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Jan 2014 at 00:28 UTC
Updated:
7 Oct 2014 at 09:56 UTC
Jump to comment: Most recent
Comments
Comment #1
ianthomas_ukComment #2
znerol commentedThe conversion of
cache()toDrupal::cache()does not have too much overlap with #2177461: Refactor page caching into a service. It is not really necessary to postpone this.Also note that in OO code,
Drupal::cache()shouldn't be used either. Better inject the appropriate cache backend object as a service.Comment #3
wim leerscache_invalidate_tags()has long since been removed, as hascache(). We now only have\Drupal::cache().Hence closing this one.