Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Intervals.php

function Intervals::clear

Clears the memoization cache once you are done

Return value

void

1 call to Intervals::clear()
PoolBuilder::buildPool in vendor/composer/composer/src/Composer/DependencyResolver/PoolBuilder.php

File

vendor/composer/semver/src/Intervals.php, line 54

Class

Intervals
Helper class generating intervals from constraints

Namespace

Composer\Semver

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal