Closed (fixed)
Project:
Alternative PHP Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2012 at 07:13 UTC
Updated:
12 Aug 2013 at 06:41 UTC
Jump to comment: Most recent file
Comments
Comment #1
mrharolda commentedI'll try to incorporate this in #1565716: Make "drush cc" clear cache on the webnode itself!
Comment #2
R.Muilwijk commentedComment #3
mrharolda commentedThat acually is a good idea ;) We maintain an externally hosted site which has
apc.stat=0in it's APC config, so new/changed files aren't picked up unless the APC stat cache is flushed using the apc.php script.+1 for a "APC flush cache button" in the Drupal APC module!
Comment #4
Jorrit commentedYes, so actually there is a need for two buttons: one for the code, one for the user cache.
Comment #5
R.Muilwijk commentedCould someone make a form_alter and add the button next to 'Clear all caches' button?
Comment #6
mrharolda commentedLike this?
Comment #7
mrharolda commentedOr like this? ;)
Comment #8
R.Muilwijk commentedCommitted to dev.