Cache: ezcCacheStorageMemcachePlain
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcCacheStorageMemcachePlain
|
This storage implementation stores data in a Memcache cache. [
source]
Parents
ezcCacheStorage
|
--ezcCacheStorageMemory
|
--ezcCacheStorageMemcache
|
--ezcCacheStorageMemcachePlain
Inherited Constants
From
ezcCacheStorageMemcache:
Inherited Member Variables
From
ezcCacheStorageMemory:
From
ezcCacheStorage:
Method Summary
Inherited Methods
From
ezcCacheStorageMemcache :
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: Thu, 08 Jan 2009