From a5481acfbee750e5295713ad250dbb2573d374b0 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Mon, 2 Jun 2008 18:11:50 +0000 Subject: added a missing word --- user_guide/database/caching.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/database/caching.html b/user_guide/database/caching.html index d9b906218..6d157abe1 100644 --- a/user_guide/database/caching.html +++ b/user_guide/database/caching.html @@ -91,7 +91,7 @@ accessing your database. Your database usage can effectively be reduced to zero

Cache files DO NOT expire. Any queries that have been cached will remain cached until you delete them. The caching system permits you clear caches associated with individual pages, or you can delete the entire collection of cache files. -Typically you'll to use the housekeeping functions described below to delete cache files after certain +Typically you'll want to use the housekeeping functions described below to delete cache files after certain events take place, like when you've added new information to your database.

Will Caching Improve Your Site's Performance?

-- cgit v1.2.3-24-g4f1b