[cvs] commit: horde/config conf.xml framework/Cache/Cache memcache.php sql.php

Michael M Slusarz slusarz at horde.org
Mon May 21 12:11:20 UTC 2007


slusarz     2007-05-21 08:11:20 EDT

  Modified files:
    config               conf.xml 
    Cache/Cache          memcache.php sql.php 
  Log:
  Add support to SQL Cache driver for using a memory cache to grab data before
  we have to resort to a SQL call.  This allows the SQL driver to have the
  benefits of persistent drivers (like the file driver) and the performance
  of the memory-based drivers.
  
  Revision  Changes    Path
  1.14      +4 -2      framework/Cache/Cache/memcache.php
  1.4       +78 -18    framework/Cache/Cache/sql.php
  1.182     +43 -17    horde/config/conf.xml

  Chora Links:
  http://cvs.horde.org/diff.php/framework/Cache/Cache/memcache.php?r1=1.13&r2=1.14&ty=u
  http://cvs.horde.org/diff.php/framework/Cache/Cache/sql.php?r1=1.3&r2=1.4&ty=u
  http://cvs.horde.org/diff.php/horde/config/conf.xml?r1=1.181&r2=1.182&ty=u


More information about the cvs mailing list