Exemplo n.º 1
0
 /**
  * Get a unique cache key for the complete query.
  *
  * @return string 
  * @static 
  */
 public static function getCacheKey()
 {
     return \October\Rain\Database\QueryBuilder::getCacheKey();
 }