DrupalApcCache::flush() merely calls DrupalApcCache::deletePrefix() passing an empty string as parameter.
It is sufficient to have a single method whose parameter has a default value, such as DrupalApcCache::deleteKeys($prefix = '').

Issue fork apc-3463202

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

avpaderno created an issue. See original summary.

avpaderno’s picture

Status: Active » Needs review

  • avpaderno committed c32f471d on 7.x-1.x
    Issue #3463202: Replace DrupalApcCache::deletePrefix() and...
avpaderno’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.