You are here

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

FastCacheItem

Namespace

Drupal\Driver\Database\sqlsrv

Code

public function rawdata() {
  return $this->data;
}