Tuitter_Cache_File

The cache storage using local file system.

Specifies caching directory to the constructor of the class.

Examples

$cache = new Tuitter_Cache_File('/path/to/dir/');
$tuitter->setHttpCache($cache);