You are here

public function VarnishCache::__construct in Varnish 7

File

./varnish.cache.inc, line 19
Cache include file, to be used in settings.php file.

Class

VarnishCache
Varnish cache implementation.

Code

public function __construct($bin) {
  $this->bin = $bin;
}