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

ork at devel.plogworld.net ork at devel.plogworld.net
Sun May 29 23:42:37 GMT 2005


Author: ork
Date: 2005-05-29 23:42:37 +0000 (Sun, 29 May 2005)
New Revision: 2111

Modified:
   plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php
Log:
added another consts for the cache handling


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 23:42:04 UTC (rev 2110)
+++ plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-05-29 23:42:37 UTC (rev 2111)
@@ -20,6 +20,7 @@
     define( "CACHE_BLOGLINKS",         "blogLinks" );
     define( "CACHE_MYLINKS",           "myBlogLinks" );
     define( "CACHE_ARTICLES",          "articles" );
+    define( "CACHE_ARTICLETITLES",     "articles_titles" );
 
    /**
     * Provides a singleton for storing and retrieving data from a global cache.




More information about the pLog-svn mailing list