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:
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