Provides a hash of the object to be cached.
Since: 3.1
コード例 #1
0
ファイル: TCachingStatement.php プロジェクト: pradosoft/prado
 protected function getCacheKey($object)
 {
     $cacheKey = new TSqlMapCacheKey($object);
     return $cacheKey->getHash();
 }