From 949ccddb91397c263a79e8dc144c172baa41452f Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 Dec 2009 08:16:55 +0000 Subject: - Patch #666024 by boombatower, mcrittenden: code and documentation clean-ups. --- includes/cache-install.inc | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'includes/cache-install.inc') diff --git a/includes/cache-install.inc b/includes/cache-install.inc index 56bf3eb52..e0772bea7 100644 --- a/includes/cache-install.inc +++ b/includes/cache-install.inc @@ -2,13 +2,18 @@ // $Id$ /** - * A stub cache implementation to be used during the installation - * process when database access is not yet available. Because Drupal's - * caching system never requires that cached data be present, these - * stub functions can short-circuit the process and sidestep the - * need for any persistent storage. Obviously, using this cache - * implementation during normal operations would have a negative impact - * on performance. + * @file + * Provides a stub cache implementation to be used during installation. + */ + +/** + * A stub cache implementation to be used during the installation process. + * + * The stub implementation is needed when database access is not yet available. + * Because Drupal's caching system never requires that cached data be present, + * these stub functions can short-circuit the process and sidestep the need for + * any persistent storage. Obviously, using this cache implementation during + * normal operations would have a negative impact on performance. */ class DrupalFakeCache extends DrupalDatabaseCache implements DrupalCacheInterface { function get($cid) { -- cgit v1.2.3