예제 #1
0
 /**
  * Generate the unique cache key for the query.
  *
  * @return string 
  * @static 
  */
 public static function generateCacheKey()
 {
     return \October\Rain\Database\QueryBuilder::generateCacheKey();
 }