Detailed Description
Definition at line 35 of file Class.php.
Constructor & Destructor Documentation
__construct |
( |
array $ |
options = array() ) |
|
Constructor
- Parameters:
-
array | $options | Associative array of options |
- Exceptions:
-
- Returns:
- void
Definition at line 108 of file Class.php.
Member Function Documentation
__call |
( |
$ |
name, |
|
|
$ |
parameters |
|
) |
| |
Main method : call the specified method or get the result from cache
- Parameters:
-
string | $name | Method name |
array | $parameters | Method parameters |
- Returns:
- mixed Result
Definition at line 201 of file Class.php.
setCachedEntity |
( |
$ |
cachedEntity ) |
|
Specific method to set the cachedEntity
if set to a class name, we will cache an abstract class and will use only static calls if set to an object, we will cache this object methods
- Parameters:
-
Definition at line 168 of file Class.php.
setOption |
( |
$ |
name, |
|
|
$ |
value |
|
) |
| |
Public frontend to set an option
Just a wrapper to get a specific behaviour for cached_entity
- Parameters:
-
string | $name | Name of the option |
mixed | $value | Value of the option |
- Exceptions:
-
- Returns:
- void
Reimplemented from Zend_Cache_Core.
Definition at line 151 of file Class.php.
setPriority |
( |
$ |
priority ) |
|
Set the priority (used by some particular backends)
- Parameters:
-
int | $priority | integer between 0 (very low priority) and 10 (maximum priority) |
Definition at line 136 of file Class.php.
setSpecificLifetime |
( |
$ |
specificLifetime = false ) |
|
Set a specific life time
- Parameters:
-
- Returns:
- void
Definition at line 126 of file Class.php.
setTagsArray |
( |
$ |
tags = array() ) |
|
Set the cache array
- Parameters:
-
- Returns:
- void
Definition at line 189 of file Class.php.
Field Documentation
$_specificOptions [protected] |
Initial value: array(
'cached_entity' => null,
'cache_by_default' => true,
'cached_methods' => array(),
'non_cached_methods' => array()
)
Not used for the core, just a sort a hint to get a common setOption() method (for the core and for frontends)
Reimplemented from Zend_Cache_Core.
Definition at line 55 of file Class.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Cache/Frontend/Class.php