Prado\Data\SqlMap\Statements\TCachingStatement::getCacheKey PHP Method

getCacheKey() protected method

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