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

ork at devel.plogworld.net ork at devel.plogworld.net
Mon May 30 00:39:53 GMT 2005


Author: ork
Date: 2005-05-30 00:39:52 +0000 (Mon, 30 May 2005)
New Revision: 2112

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


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:37 UTC (rev 2111)
+++ plog/branches/plog-1.1-ben/class/cache/cachemanager.class.php	2005-05-30 00:39:52 UTC (rev 2112)
@@ -22,6 +22,10 @@
     define( "CACHE_ARTICLES",          "articles" );
     define( "CACHE_ARTICLETITLES",     "articles_titles" );
 
+    // TBD: implement a cache-lifetime per cache-category, so e.g. blogInfo or
+    //      locales have a lifetime of several days, whereas articles, comments,
+    //      etc will only be cached for an hour.
+
    /**
     * Provides a singleton for storing and retrieving data from a global cache.
     */




More information about the pLog-svn mailing list