Cache: ezcCacheStorageOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcCacheStorageOptions
|
Option class for the ezcCacheStorage class. [
source]
Instances of this class store the option of ezcCacheStorage implementations.
Parents
ezcBaseOptions
|
--ezcCacheStorageOptions
Member Variables
|
protected string |
$extension
= ".cache"
The (file) extension to use for the storage items. |
|
protected int |
$ttl
= 86400
The time to live. |
Method Summary
|
public void |
__set(
$key, $value )
Sets an options. |
Inherited Methods
From
ezcBaseOptions :
Methods
__set
void __set(
string
$key, mixed
$value )
Sets an options.
This method is called when an options is set.
Parameters
| Name |
Type |
Description |
$key |
string |
The option name. |
$value |
mixed |
The option value. |
Redefinition of
Last updated: Wed, 28 Nov 2007