By avpaderno on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
7.x-1.x
Introduced in version:
7.x-1.0-beta7
Issue links:
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