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

DrupalApcCache::deleteKey() has been added. Modules that extend DrupalApcCache can now implement that method, for example, to avoid some cache keys are removed, instead of overriding DrupalApcCache::clear().

Impacts: 
Module developers