VariationCacheTest::$cacheKeys

Same name in other branches
  1. 10 core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php \Drupal\Tests\Core\Cache\VariationCacheTest::cacheKeys

The cache keys this test will store things under.

Type: string[]

File

core/tests/Drupal/Tests/Core/Cache/VariationCacheTest.php, line 57

Class

VariationCacheTest
@coversDefaultClass \Drupal\Core\Cache\VariationCache @group Cache

Namespace

Drupal\Tests\Core\Cache

Code

protected $cacheKeys = [
    'your',
    'housing',
    'situation',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.