Help for this page

Select Code to Download


  1. or download this
      return $cache{$arg} if exists $cache{$arg};
    
  2. or download this
      $cache{$arg} = $result;