__construct() public method

public __construct ( Kevinrob\GuzzleCache\Storage\CacheStorageInterface $cache = null )
$cache Kevinrob\GuzzleCache\Storage\CacheStorageInterface
コード例 #1
0
 public function __construct(CacheStorageInterface $cache = null, $ttl)
 {
     $this->ttl = $ttl;
     parent::__construct($cache);
 }
コード例 #2
0
 public function __construct(CacheStorageInterface $cache = null)
 {
     parent::__construct($cache);
     array_unshift($this->ageKey, 's-maxage');
 }