Help for this page

Select Code to Download


  1. or download this
      ## main loop
      if (cache_is_good()) {                 
    ...
    # INSTEAD BECOMES
    
       cache(GOOD) && show_cache && exit('current');
    
  2. or download this
    
      if (cache_is_stale()) {
    ...
       )) 
       || (update_cache && exit(CURRENT)
      )