You are here

public static function MostPopularLastRun::clear in Drupal Most Popular 6

Same name and namespace in other branches
  1. 7 classes/lastrun.php \MostPopularLastRun::clear()

Clears the internal caches.

1 call to MostPopularLastRun::clear()
mostpopular_clear_caches in ./mostpopular.api.php
Clears all of the cached values from services, and resets the last time the service was run to 0.

File

classes/lastrun.php, line 127
Defines a wrapper for the mostpopular_last_run table.

Class

MostPopularLastRun
@file Defines a wrapper for the mostpopular_last_run table.

Code

public static function clear() {
  self::$default_throttles = array();
}