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

generateKey() protected method

protected generateKey ( $string ) : string
return string crc32 hash of the serialized object.
    protected function generateKey($string)
    {
        return sprintf('%x', crc32($string));
    }