Prado\Data\SqlMap\Configuration\TSqlMapCacheKey::__construct PHP Method

__construct() public method

public __construct ( $object )
    public function __construct($object)
    {
        $this->_key = $this->generateKey(serialize($object));
    }