protected function getCacheKey(SS_HTTPRequest $request)
 {
     $key = parent::getCacheKey($request);
     $key .= '.' . Member::currentUserID();
     return $key;
 }