phprs\util\CheckableCache::__construct PHP Метод

__construct() публичный Метод

public __construct ( object $impl, $tag = '' )
$impl object instanceof of KVCatchInterface
    function __construct($impl, $tag = '')
    {
        $this->impl = $impl;
        $this->tag = $tag;
    }