DSN Examples:

* * File://c:\Cache * MySQL://server=?;user=?;password=?;database=?;[port=?] * PearDB://type=?;server=?;user=?;password=?;database=?;[port=?] * * */ define('XOAD_CACHE_STORAGE_DSN', 'File://'); } if ( ! defined('XOAD_CACHE_LIFETIME')) { /** * Defines the default lifetime for the cache data. * *

The default value is 30 minutes. Keep in mind * that you should use lower values for frequently * updated data.

*/ define('XOAD_CACHE_LIFETIME', 60 * 30); } ?>