Já sabem do módulo Cache Backport?
É um backport da cache.inc do Drupal 7 directamente para o Drupal 6, capaz de funcionar com as Cache backends do Drupal 7, sem nenhuma ou com poucas modificações.
these Cache APIs/backends work fully with Cache Backport:
- File Cache (D7, no patch required) - sucessor to fastpath_fscache and Cache Router
- APC - Alternative PHP Cache (D7, no patch required) - sucessor to Cache Router
- Memcache API and Integration (D7, patch required)
- Database / DBTNG (from D7, supplied with Cache Backport)
Ainda não experimentei com o AuthCache e Cache Router Stats, mas é possivel que funcione com pouca modificação também.
Configurações que desenvolvi para o settings.php:
Cache Backport (cache_backport): #1098948 (under review) Cache Router (cacherouter): #945650 (under review) Authenticated User Page Caching (authcache): #945656 (under review) Memcache API and Integration (memcache): #1098730 (under review)
de momento parece haver um bug que impede a utilização de mais uma backend de caching.
