Defines a memory var structure.
Source for this file: /Cache/src/structs/memory_var.php
ezcBaseStruct | --ezcCacheMemoryVarStruct
Version: | //autogentag// |
public string |
$key
Holds the cache key. |
public int |
$ttl
Holds the TTL value of the cache. |
public mixed |
$var
Holds the data associated with the key. |
public ezcCacheMemoryVarStruct |
__construct(
$key
, $var
, $ttl
)
Constructs a new ezcCacheMemoryVarStruct object. |
Constructs a new ezcCacheMemoryVarStruct object.
Name | Type | Description |
---|---|---|
$key |
string | |
$var |
mixed | |
$ttl |
int |