Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: patTemplate

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Source code for file /pattemplate/patTemplate/OutputCache.php

Documentation is available at OutputCache.php

  1. <?PHP
  2. /**
  3.  * Base class for patTemplate output cache
  4.  *
  5.  * $Id: OutputCache.php 219 2004-05-25 20:38:38Z schst $
  6.  *
  7.  * An output cache is used to cache the data before
  8.  * the template has been read.
  9.  *
  10.  * It stores the HTML (or any other output) that is
  11.  * generated to increase performance.
  12.  *
  13.  * This is not related to a template cache!
  14.  *
  15.  * @package        patTemplate
  16.  * @subpackage    Caches
  17.  * @author        Stephan Schmidt <[email protected]>
  18.  */
  19.  
  20. // Check to ensure this file is within the rest of the framework
  21. defined('JPATH_BASE'or die();
  22.  
  23. /**
  24.  * Base class for patTemplate output cache
  25.  *
  26.  * $Id: OutputCache.php 219 2004-05-25 20:38:38Z schst $
  27.  *
  28.  * An output cache is used to cache the data before
  29.  * the template has been read.
  30.  *
  31.  * It stores the HTML (or any other output) that is
  32.  * generated to increase performance.
  33.  *
  34.  * This is not related to a template cache!
  35.  *
  36.  * @abstract
  37.  * @package        patTemplate
  38.  * @subpackage    Caches
  39.  * @author        Stephan Schmidt <[email protected]>
  40.  */
  41. {
  42. }
  43. ?>

Documentation generated on Mon, 05 Mar 2007 21:12:29 +0000 by phpDocumentor 1.3.1