Change record status: 
Introduced in branch: 
7.x-1.x
Introduced in version: 
7.x-1.0-beta7
Description: 

Instead of DrupalApcCache::deletePrefix() and DrupalApcCache::flush(), the DrupalApcCache class implements DrupalApcCache::deleteKeys().

It requires the same parameter required by DrupalApcCache::deletePrefix(), but its parameter has a default value.

Impacts: 
Module developers