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

ork at devel.plogworld.net ork at devel.plogworld.net
Tue Apr 5 18:50:11 GMT 2005


Author: ork
Date: 2005-04-05 18:50:11 +0000 (Tue, 05 Apr 2005)
New Revision: 1746

Modified:
   plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
Log:
new defines :)


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-05 18:49:21 UTC (rev 1745)
+++ plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-04-05 18:50:11 UTC (rev 1746)
@@ -5,8 +5,11 @@
 
     define( "CACHE_GLOBAL",            "pLog" );
     define( "CACHE_LOCALES",           "locales" );
+    define( "CACHE_USERINFO",          "userinfo" );
+    define( "CACHE_USERIDBYNAME",      "userinfo_idbyname" );
     define( "CACHE_BLOGINFOS",         "bloginfo" );
-    define( "CACHE_EXTENDEDBLOGINFOS", "bloginfo_extended" );
+    define( "CACHE_BLOGIDBYNAME",      "bloginfo_idbyname" );
+    define( "CACHE_ARTICLETEXT",       "article_text" );
     define( "CACHE_CONFIGDBSTORAGE",   "config_db_storage" );
 
    /**
@@ -20,7 +23,6 @@
         function CacheManager()
         {
             $this->Object();
-
         }
 
         function clearCache()




More information about the pLog-svn mailing list