Please read the service specific examples to know how to use.
== PERFORMANCE OPTION ==
Setting the cache directory, you can increase the performance of the Feed request.
Feedee_Cache::setCacheDir($some_writable_directory);
Usually, the method to set the Expiration time is setExpire().
Eg.:
$wordpress = new Feedee('wordpress');
$wordpress->setExpire(7200); // 2 hours
|