You are here

public function fastcacheitem::rawdata in Drupal driver for SQL Server and SQL Azure 7.3

Same name and namespace in other branches
  1. 7.2 sqlsrv/fastcacheitem.inc \fastcacheitem::rawdata()

Get the global contents of this cache. Used to be sent to a real cache storage.

File

sqlsrv/fastcacheitem.inc, line 41
fastcacheitem Class.

Class

fastcacheitem
@file fastcacheitem Class.

Code

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