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.
Comments
Comment #1
scripthead commentedTurbo 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.
Comment #2
superfedya commentedThis module works fine with Boost, Cache Router and authcache? Thanks!
Comment #3
catchpathcache relies on Drupal's caching API, so allows for pluggable caching backends via that, not just memcache.