bool store(
string
$id, mixed
$data, [string
$realm = COT_DEFAULT_REALM], [int
$ttl = COT_DEFAULT_TTL]
)
|
|
Stores data as object image in cache
Parameters:
string |
$id: |
Object identifier |
mixed |
$data: |
Object value |
string |
$realm: |
Realm name |
int |
$ttl: |
Time to live, 0 for unlimited |
API Tags:
Redefined in descendants as: