The cache storage using local file system.
Specifies caching directory to the constructor of the class.
$cache = new Tuitter_Cache_File('/path/to/dir/'); $tuitter->setHttpCache($cache);