sfPropelData::__construct PHP Method

__construct() public method

public __construct ( $cacheKeepDuration = 7200 )
    public function __construct($cacheKeepDuration = 7200)
    {
        $this->cache = new sfFileCache(array('cache_dir' => sfConfig::get('sf_cache_dir')));
        $this->cacheKeepDuration = $cacheKeepDuration;
    }