public function fastcacheitem::rawdata in Drupal driver for SQL Server and SQL Azure 7.2
Same name and namespace in other branches
- 7.3 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;
}