[ class tree: phpchartPlus ] [ index: phpchartPlus ] [ all elements ]

Source for file NullCache_Strategy.php

Documentation is available at NullCache_Strategy.php

  1. <?php
  2.  
  3. /*
  4. **************************************************
  5. Interface: NullCache_Strategy.php
  6. **************************************************
  7. Author: Tsiavos Chris <jaames@freemail.gr>
  8. Date: October 2004
  9. **************************************************/
  10.  
  11. /**
  12. *Includes the CachingStrategy Inteface
  13. */
  14. require_once("CachingStrategy_Interface.php");
  15.  
  16. /**
  17. *Provides no caching strategy to the class.
  18. *Provides no caching strategy to the class. It sould be used when we dont want to cache the generated image
  19. *@interface
  20. *@author Tsiavos Chris <jaames@freemail.gr>
  21. *@license http://opensource.org/licenses/gpl-license.php GNU Public License
  22. */
  23. class NullCache_Strategy implements CachingStrategy_Interface {
  24. public function Initialize($CacheImageType,$CacheForMinutes,$Params) { return 0; }
  25. public function CacheImage() { return; }
  26.  
  27. }
  28.  
  29. ?>

Documentation generated on Sun, 3 Oct 2004 14:59:21 +0300 by phpDocumentor 1.3.0RC3