Cache: ezcCacheStorageApcPlain
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcCacheStorageApcPlain
|
This storage implementation stores data in an APC cache. [
source]
This storage acan also be used with
ezcCacheStack. However, APC version 3.0.16 or newer is required for that.
Parents
ezcCacheStorage
|
--ezcCacheStorageMemory
|
--ezcCacheStorageApc
|
--ezcCacheStorageApcPlain
Inherited Constants
From
ezcCacheStorageApc:
Inherited Member Variables
From
ezcCacheStorageMemory:
From
ezcCacheStorage:
Method Summary
Inherited Methods
From
ezcCacheStorageApc :
From
ezcCacheStorageMemory :
From
ezcCacheStorage :
Methods
fetchData
mixed fetchData(
string
$identifier, [bool
$object = false] )
Fetches data from the cache.
Parameters
| Name |
Type |
Description |
$identifier |
string |
The file to fetch data from |
$object |
bool |
return the object and not the clean data |
Redefinition of
prepareData
Wraps the data in an ezcCacheStorageMemoryDataStruct structure in order to store it.
Parameters
| Name |
Type |
Description |
$data |
mixed |
Simple type or array |
Throws
| Class | Description |
ezcCacheInvalidDataException |
If the data submitted can not be handled by this storage (resource). |
Redefinition of
Last updated: Wed, 18 Jun 2008