function FlightPath::z_____cache_course_inventory

6.x FlightPath.php FlightPath::z_____cache_course_inventory($limit_start = 0, $limit_size = 4000)

This function replaces the original method of caching the course inventory, to something which uses a file instead of database.

File

classes/FlightPath.php, line 1209

Class

FlightPath

Code

function z_____cache_course_inventory($limit_start = 0, $limit_size = 4000) {
  // This functionality has moved to the system module to make it easier to call.
  // This will eventually be depricated.    
  system_reload_and_cache_course_inventory();

}