示例#1
0
 /**
  * Returns all cache keys for this model instance.
  *
  * @access public
  * @return array  Returns an array of cache keys
  */
 public final function cacheKeys()
 {
     return SquirrelCache::cacheKeys($this, $this->getAttributes());
 }