Source for file cache.ext.php

Documentation is available at cache.ext.php

  1. <?php
  2. /**
  3. * XOAD_Cache Extension File.
  4. *
  5. * <p>This file initialized the XOAD_Cache extension
  6. * and installs all necessary server observers.</p>
  7. * <p>Note that this file is not included directly.
  8. * You should add the extension manually to the
  9. * extensions configuration file.</p>
  10. *
  11. * @author Stanimir Angeloff
  12. *
  13. * @package XOAD
  14. *
  15. * @subpackage XOAD_Cache
  16. *
  17. * @version 0.6.0.0
  18. *
  19. */
  20.  
  21. /**
  22. * Loads the file that defines the {@link XOAD_Cache} class.
  23. */
  24. require_once(XOAD_CACHE_BASE . '/classes/Cache.class.php');
  25.  
  26. /**
  27. * Load the file that defines the XOAD_Cache Server observer.
  28. */
  29. require_once(XOAD_CACHE_BASE . '/classes/ServerObserver.class.php');
  30.  
  31. XOAD_Server::addObserver(new XOAD_Cache_ServerObserver());
  32.  
  33. ?>

Documentation generated on Sat, 12 Nov 2005 20:23:53 +0200 by phpDocumentor 1.3.0RC3