LdapTools\Cache\DoctrineCache::setCacheFolder PHP Method

setCacheFolder() public method

Set the location where the cache will be kept.
public setCacheFolder ( $folder )
$folder
    public function setCacheFolder($folder)
    {
        $this->cacheFolder = $folder;
    }