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