1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 04:12:00 +02:00

Added new System Cache in addition to the regular cache. System cache will contain only system config type info and no real page content, that will still be handled by the regular cache

This commit is contained in:
mcfly
2007-02-04 17:36:16 +00:00
parent a8bc3caef2
commit 90cce5fef0
5 changed files with 159 additions and 59 deletions

View File

@@ -4,8 +4,8 @@
| e107 website system - Language File.
|
| $Source: /cvs_backup/e107_0.8/e107_languages/English/admin/lan_cache.php,v $
| $Revision: 1.1.1.1 $
| $Date: 2006-12-02 04:34:40 $
| $Revision: 1.2 $
| $Date: 2007-02-04 17:36:16 $
| $Author: mcfly_e107 $
+----------------------------------------------------------------------------+
*/
@@ -16,8 +16,17 @@ define("CACLAN_4", "Cache status set");
define("CACLAN_5", "Empty Cache");
define("CACLAN_6", "Cache Emptied");
define("CACLAN_7", "Cache Disabled");
// define("CACLAN_8", "Cache data saved to MySQL");
define("CACLAN_9", "Cache data saved to disk file");
define("CACLAN_10", "The cache directory is not writable. Please ensure this directory is set CHMOD 0777");
define("CACLAN_11", "Content Cache");
define("CACLAN_12", "System Cache");
define("CACLAN_13", "Content cache contains page rendered content. This includes any content (html) that you see rendered on your site.");
define("CACLAN_14", "System cache contains system config information. This includes site pref, currently active menus, etc. No actual content will be contained here.");
define("CACLAN_15", "System Cache Emptied");
define("CACLAN_16", "Empty System Cache");
define("CACLAN_17", "Currently contains");
define("CACLAN_18", "file");
define("CACLAN_19", "files");
?>