Path Cache

Component ID

342340

Component name

Path Cache

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

24902

Component created

Component changed

Component body

The path caching module caches URL aliases to prevent Drupal from looking them up in the database.

It is made up of two parts, a patch to path.inc and a teeny tiny module that implements hook_flush_caches().

The patch uses Drupal's standard caching backend calls but is probably only useful if the caching backend has been replaced with memcache.