Path Cache
jvandyk - December 3, 2008 - 21:36
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.
