Detailed Description
Definition at line 25 of file cacheService.php.
Constructor & Destructor Documentation
__construct |
( |
&$ |
xmlArr ) |
|
Member Function Documentation
init |
( |
$ |
objName = "" , |
|
|
$ |
lifeTime = 0 |
|
) |
| |
Initialize cache
- Parameters:
-
string | $objName | |
number | $lifeTime | |
- Returns:
- boolean|Zend_Cache
Definition at line 137 of file cacheService.php.
Load cache
- Parameters:
-
- Returns:
- mixed cached datas (or false)
Definition at line 201 of file cacheService.php.
readMetadata |
( |
&$ |
xmlArr ) |
[protected] |
Read array meta data, and store to meta object
- Parameters:
-
- Returns:
- void
Definition at line 65 of file cacheService.php.
Remove a cache
- Parameters:
-
string | $id | cache id to remove |
- Returns:
- boolean true if ok
Definition at line 235 of file cacheService.php.
Save cache
- Parameters:
-
- Returns:
- boolean true if no problem
Definition at line 183 of file cacheService.php.
Test cache
- Parameters:
-
- Returns:
- boolean true is a cache is available, false else
Definition at line 218 of file cacheService.php.
The documentation for this class was generated from the following file: