[pLog-svn] r2932 - plog/trunk/class/cache

mark at devel.lifetype.net mark at devel.lifetype.net
Thu Feb 9 17:27:55 GMT 2006


Author: mark
Date: 2006-02-09 17:27:55 +0000 (Thu, 09 Feb 2006)
New Revision: 2932

Modified:
   plog/trunk/class/cache/cachemanager.class.php
Log:
Remove some cache ID that we already define in other DAO class.

I think we need to move all Cache ID to DAO calss. It will make the code easy to understand.

Modified: plog/trunk/class/cache/cachemanager.class.php
===================================================================
--- plog/trunk/class/cache/cachemanager.class.php	2006-02-09 13:23:29 UTC (rev 2931)
+++ plog/trunk/class/cache/cachemanager.class.php	2006-02-09 17:27:55 UTC (rev 2932)
@@ -5,15 +5,11 @@
 
     define( "CACHE_GLOBAL",            "pLog" );
     define( "CACHE_LOCALES",           "locales" );
-    define( "CACHE_RESOURCES",         "resources" );
     define( "CACHE_GALLERYALBUM",      "album" );
     define( "CACHE_USERALBUMS",        "useralbums" );
     define( "CACHE_USERINFO",          "userinfo" );
     define( "CACHE_USERIDBYNAME",      "userinfo_idbyname" );
     define( "CACHE_CONFIGDBSTORAGE",   "config_db_storage" );
-    define( "CACHE_SITEADMINS",        "permissions_siteadmin" );
-    define( "CACHE_BLOGLINKS",         "blogLinks" );
-    define( "CACHE_MYLINKS",           "myBlogLinks" );
     
     // :TODO: implement a cache-lifetime per cache-category, so e.g. blogInfo or
     //        locales have a lifetime of several days, whereas articles, comments,



More information about the pLog-svn mailing list