Prado\Data\SqlMap\Statements\TCachingStatement::getCacheKey PHP 메소드

getCacheKey() 보호된 메소드

protected getCacheKey ( $object )
    protected function getCacheKey($object)
    {
        $cacheKey = new TSqlMapCacheKey($object);
        return $cacheKey->getHash();
    }