[pLog-svn] r1721 - plog/branches/plog-1.1-ben/class/cache

ork at devel.plogworld.net ork at devel.plogworld.net
Mon Apr 4 23:58:27 GMT 2005


Author: ork
Date: 2005-04-04 23:58:26 +0000 (Mon, 04 Apr 2005)
New Revision: 1721

Modified:
   plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
Log:
it's important to look nifty:)


Modified: plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-04-04 23:57:20 UTC (rev 1720)
+++ plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-04-04 23:58:26 UTC (rev 1721)
@@ -3,10 +3,11 @@
     require_once( PLOG_CLASS_PATH . "class/object/object.class.php" );
 
 
-    define( "CACHE_GLOBAL",          "pLog" );
-    define( "CACHE_LOCALES",         "locales" );
-    define( "CACHE_BLOGINFOS",       "bloginfo" );
-    define( "CACHE_CONFIGDBSTORAGE", "config_db_storage" );
+    define( "CACHE_GLOBAL",            "pLog" );
+    define( "CACHE_LOCALES",           "locales" );
+    define( "CACHE_BLOGINFOS",         "bloginfo" );
+    define( "CACHE_EXTENDEDBLOGINFOS", "bloginfo_extended" );
+    define( "CACHE_CONFIGDBSTORAGE",   "config_db_storage" );
 
    /**
     * Provides a singleton for storing and retrieving data from a global cache.




More information about the pLog-svn mailing list