public function FastCacheItem::rawdata in Drupal driver for SQL Server and SQL Azure 8
Get the global contents of this cache. Used to be sent to a real cache storage.
File
- drivers/
lib/ Drupal/ Driver/ Database/ sqlsrv/ FastCacheItem.php, line 44 - fastcacheitem Class.
Class
Namespace
Drupal\Driver\Database\sqlsrvCode
public function rawdata() {
return $this->data;
}