You are here

private static property fastcache::$test_run_id in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/fastcache.inc \fastcache::test_run_id

Test info is loaded at database bootstrap phase but this cache can be used earlier. Make sure we have a valid test prefix before any operation on the cache is performed.

Type: string

File

sqlsrv/fastcache.inc, line 42

Class

fastcache
Static caching layer.

Code

private static $test_run_id;