Proof of concept
2 unresolved threads
2 unresolved threads
Closes #3402850
Merge request reports
Activity
Filter activity
- Resolved by Kristiaan Van den Eynde
added 1 commit
- 4bd2f399 - Rename "static" to "memory" everywhere and fix jsonapi (cache can no longer be private)
added 1 commit
- db7ee53b - More accurate interface hinting as we expect a MemoryCacheInterface
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() { changed this line in version 4 of the diff
- Resolved by catch
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 Sorry I missed this before - this comment looks like copypasta and that doesn't seem like a good example. If we ever finish https://www.drupal.org/project/drupal/issues/1199866 then it's not impossible that someone would be tweaking the cache backends, but maybe we should remove the example for now?
changed this line in version 5 of the diff
added 1 commit
- 7aa30469 - Dropped documentation example that was copypasted
Please register or sign in to reply