Comments

scripthead’s picture

Version: » 6.x-1.1

Turbo supports modular storage similar to Cache so a driver for any kind of storage facility (such as MongoDB) can be written. It currently supports Memcache as well as flat-file storage which is very useful on virtual hosts most of which do not provide Memcache. In stress tests *local* flat-file storage has yielded over 30% performance gain over Memcache.

superfedya’s picture

This module works fine with Boost, Cache Router and authcache? Thanks!

catch’s picture

pathcache relies on Drupal's caching API, so allows for pluggable caching backends via that, not just memcache.