Skip to content
Snippets Groups Projects

Proof of concept

2 unresolved threads

Closes #3402850

Merge request reports

Members who can merge are allowed to add commits.
Approval is optional
Code Quality is loading
Ready to merge by members who can write to the target branch.
  • The source branch is 2469 commits behind the target branch.
  • 3 commits and 1 merge commit will be added to .
  • Source branch will not be deleted.

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • added 1 commit

    • 4bd2f399 - Rename "static" to "memory" everywhere and fix jsonapi (cache can no longer be private)

    Compare with previous version

  • added 1 commit

    • db7ee53b - More accurate interface hinting as we expect a MemoryCacheInterface

    Compare with previous version

  • Kristiaan Van den Eynde resolved all threads

    resolved all threads

  • 126 126 return $bins;
    127 127 }
    128 128
    129 /**
    130 * Gets all memory cache bin services.
    131 *
    132 * @return \Drupal\Core\Cache\CacheBackendInterface[]
    133 * An array of cache backend objects keyed by memory cache bins.
    134 */
    135 public static function getMemoryBins() {
  • Stephen Mustgrave
  • added 1 commit

    Compare with previous version

  • 33 33 */
    34 34 protected $defaultBinBackends;
    35 35
    36 /**
    37 * A map of cache bin to default cache memory backend service name.
    38 *
    39 * All bin-specific mappings in $settings take precedence over this, but it
    40 * can be used to optimize cache storage for a Drupal installation without
    41 * cache customizations in settings.php. For example, this can be used to map
  • added 1 commit

    • 7aa30469 - Dropped documentation example that was copypasted

    Compare with previous version

  • Please register or sign in to reply
    Loading