You are here

README.txt in File Cache 5.5

Same filename and directory in other branches
  1. 8 README.txt
  2. 7 README.txt
Introduction
------------
This is a replacement cache for Drupal which instead of placing the cachable
objects into the database which is done by default it writes the objects
into the filesystem instead.

In cases where the website is a dedicated server or a VPS where you have
control over the core system, then this is not for you. Check out the
memcache project http://drupal.org/project/memcache

If you are on a shared host where you have slow database servers then this
is for you.

File

README.txt
View source
  1. Introduction
  2. ------------
  3. This is a replacement cache for Drupal which instead of placing the cachable
  4. objects into the database which is done by default it writes the objects
  5. into the filesystem instead.
  6. In cases where the website is a dedicated server or a VPS where you have
  7. control over the core system, then this is not for you. Check out the
  8. memcache project http://drupal.org/project/memcache
  9. If you are on a shared host where you have slow database servers then this
  10. is for you.