Prado\Data\SqlMap\Configuration\TSqlMapCacheKey::getHash PHP 메소드

getHash() 공개 메소드

public getHash ( ) : string
리턴 string object hash.
    public function getHash()
    {
        return $this->_key;
    }

Usage Example

예제 #1
0
 protected function getCacheKey($object)
 {
     $cacheKey = new TSqlMapCacheKey($object);
     return $cacheKey->getHash();
 }