ChunkCacheBlob
in package
Table of Contents
- $hash : int
- $payload : string
- __construct() : mixed
- ChunkCacheBlob constructor.
- getHash() : int
- getPayload() : string
Properties
$hash
private
int
$hash
$payload
private
string
$payload
Methods
__construct()
ChunkCacheBlob constructor.
public
__construct(int $hash, string $payload) : mixed
Parameters
- $hash : int
- $payload : string
Return values
mixed —getHash()
public
getHash() : int
Return values
int —getPayload()
public
getPayload() : string