private static property fastcache::$test_run_id in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 7.3 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;