LdapTools\Cache\StashCache::setCacheFolder PHP 메소드

setCacheFolder() 공개 메소드

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