Provides a hash of the object to be cached.
С версии: 3.1
Пример #1
0
 protected function getCacheKey($object)
 {
     $cacheKey = new TSqlMapCacheKey($object);
     return $cacheKey->getHash();
 }