From 837d296952feb9ae7ce292d87769e53d2ed6cf23 Mon Sep 17 00:00:00 2001 From: zYne Date: Thu, 28 Jun 2007 22:07:30 +0000 Subject: [PATCH] --- manual/new/docs/en/caching.txt | 10 +++++++++- manual/new/docs/en/caching/available-options.txt | 6 ------ 2 files changed, 9 insertions(+), 7 deletions(-) delete mode 100644 manual/new/docs/en/caching/available-options.txt diff --git a/manual/new/docs/en/caching.txt b/manual/new/docs/en/caching.txt index 380c1b1bd..863b78410 100644 --- a/manual/new/docs/en/caching.txt +++ b/manual/new/docs/en/caching.txt @@ -2,5 +2,13 @@ ++ Available options ++ Drivers +++ Memcache +Memcache driver stores cache records into a memcached server. Memcached is a high-performance, distributed memory object caching system. In order to use this backend, you need a memcached daemon and the memcache PECL extension. + +++ APC -+++ Sqlite +The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. It was conceived of to provide a free, open, and robust framework for caching and optimizing PHP intermediate code. + +The APC cache driver of Doctrine stores cache records in shared memory. + ++++ Sqlite + +Sqlite caching backend stores cache records into sqlite database. diff --git a/manual/new/docs/en/caching/available-options.txt b/manual/new/docs/en/caching/available-options.txt deleted file mode 100644 index c1b3cdcb9..000000000 --- a/manual/new/docs/en/caching/available-options.txt +++ /dev/null @@ -1,6 +0,0 @@ -{{Doctrine_Cache}} offers many options for performance fine-tuning: - -: {{savePropability}} : Option that defines the propability of which a query is getting cached. -: {{cleanPropability}} : Option that defines the propability the actual cleaning will occur when calling {{Doctrine_Cache::clean()}} -: {{statsPropability}} : -