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:
The DrupalApcCache class defines a new method which can be used from sub-classes: DrupalApcCache::keyName(). It replaces DrupalApcCache::binKey() and DrupalApcCache::key().
It returns the APCu key name used for the cache ID passed as parameter, for the cache bin the instance handles. Without cache ID, it returns the part of the key which is common to all the cache IDs in that cache bin.
Impacts:
Module developers