PHP Class Prado\Data\SqlMap\Configuration\TSqlMapCacheKey

Provides a hash of the object to be cached.
Since: 3.1
Afficher le fichier Open project: pradosoft/prado Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $object )
getHash ( ) : string

Méthodes protégées

Méthode Description
generateKey ( $string ) : string

Method Details

__construct() public méthode

public __construct ( $object )

generateKey() protected méthode

protected generateKey ( $string ) : string
Résultat string crc32 hash of the serialized object.

getHash() public méthode

public getHash ( ) : string
Résultat string object hash.