Provides a hash of the object to be cached.
Since: 3.1
Exemplo n.º 1
0
 protected function getCacheKey($object)
 {
     $cacheKey = new TSqlMapCacheKey($object);
     return $cacheKey->getHash();
 }