Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
cache system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 May 2014 at 05:59 UTC
Updated:
29 Jul 2014 at 23:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Anonymous (not verified) commentedwow, i guess we don't exercise this in tests?
also, i think it would be better to just apc_fetch() some value, so we the GC to run?
Comment #2
olli commentedDoes apcu run gc on apc_fetch()?
Comment #3
sunDo we need to GC at all? The next
apc_fetch()will GC anyway?In order words, I'd be fine with this patch, although we should add a corresponding comment as a replacement for the removed one.
Comment #4
olli commentedAdded a comment.
Comment #5
Anonymous (not verified) commentednice.
Comment #6
catchCommitted/pushed to 8.x, thanks!