Cache: ezcCacheStorageApcOptions
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcCacheStorageApcOptions
|
Option class for defining a connection to APC. [
source]
Parents
ezcBaseOptions
|
--ezcCacheStorageApcOptions
Descendents
Properties
|
string |
read/write
|
$lockKey
Cache key to use for locking. Default is '.ezcLock'. |
|
int |
read/write
|
$lockWaitTime
|
|
int |
read/write
|
$maxLockTime
Time before a lock is considered dead, measured in seconds. Default is 5. |
|
string |
read/write
|
$metaDataKey
The name of the file used to store meta data. Default is '.ezcMetaData'. |
Member Variables
Inherited Member Variables
From
ezcBaseOptions:
Method Summary
|
public ezcCacheStorageApcOptions |
__construct(
[$options = array()] )
Constructs an object with the specified values. |
Inherited Methods
From
ezcBaseOptions :
Methods
__construct
ezcCacheStorageApcOptions __construct(
[
$options = array()] )
Constructs an object with the specified values.
Parameters
| Name |
Type |
Description |
$options |
array(string=>mixed) |
|
Throws
| Class | Description |
ezcBasePropertyNotFoundException |
If $options contains a property not defined. |
ezcBaseValueException |
If $options contains a property with a value not allowed. |
Redefinition of
Redefined in descendants as
Last updated: Thu, 08 Jan 2009