SimplePie_Cache::SimplePie_Cache PHP Method

SimplePie_Cache() public method

Don't call the constructor. Please.
public SimplePie_Cache ( )
    function SimplePie_Cache()
    {
        trigger_error('Please call SimplePie_Cache::create() instead of the constructor', E_USER_ERROR);
    }