commit: horde/lib Horde.php horde/docs CHANGES

chuck@horde.org chuck@horde.org
4 Jan 2001 00:04:41 -0000


chuck       2001/01/03 16:04:41 PST

  Modified files:
    lib                  Horde.php 
    docs                 CHANGES 
  Log:
  Add a SessionCache:: class. This is intended for storing objects in the
  session intended for near-term use, and will currently start throwing out
  objects when more than 20 are put in. This will hopefully keep any one
  session from growing too large.
  
  The revamped attachment download code uses this to store $mime variables so
  that we're not passing them in the URL anymore (I hope this will help IE4)
  and so that we don't have to do an imap_fetchstructure() if the object was
  cached recently (yes, there is a fallback in case the object is not in the
  cache).
  
  Revision  Changes    Path
  1.76      +41 -6     horde/lib/Horde.php
  1.99      +4 -0      horde/docs/CHANGES