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

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 29 19:16:55 GMT 2005


Author: ork
Date: 2005-05-29 19:16:55 +0000 (Sun, 29 May 2005)
New Revision: 2099

Modified:
   plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
Log:
added const CACHE_ARTICLES 


Modified: plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
===================================================================
--- plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-05-29 19:16:06 UTC (rev 2098)
+++ plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-05-29 19:16:55 UTC (rev 2099)
@@ -19,6 +19,7 @@
     define( "CACHE_SITEADMINS",        "permissions_siteadmin" );
     define( "CACHE_BLOGLINKS",         "blogLinks" );
     define( "CACHE_MYLINKS",           "myBlogLinks" );
+    define( "CACHE_ARTICLES",          "articles" );
 
    /**
     * Provides a singleton for storing and retrieving data from a global cache.




More information about the pLog-svn mailing list