Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
cache system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2014 at 17:07 UTC
Updated:
11 Dec 2014 at 13:26 UTC
Jump to comment: Most recent
Comments
Comment #2
berdirWhy not use a memory backend for the fast one?
Comment #3
olli commentedI don't remember why I chose to use the php backend. Maybe because memory backend doesn't use microtime() or maybe because php backend seems more similar to the apcu backend. Do you see a problem with using the php backend?
Comment #4
berdirThanks for your work here, I decided to merge this into #2386161: ChainedFastBackend doesn't set 'expires' and 'tags' when writing to fastBackend and extend it as written there. Closing this as a duplicate.