phprs\util\CheckableCache::__construct PHP Method

__construct() public method

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