示例#1
0
 /**
  * Returns just the primary cache key.
  * 
  * @return [type] [description]
  */
 public final function primaryCacheKey()
 {
     return SquirrelCache::primaryCacheKey($this, $this->getAttributes());
 }