Puts data into the cache.
abstract protected doSave ( string $id, string $data, integer $lifeTime ) : boolean | ||
$id | string | The cache id. |
$data | string | The cache entry/data. |
$lifeTime | integer | The lifetime. If != 0, sets a specific lifetime for this cache entry (0 => infinite lifeTime). |
리턴 | boolean | TRUE if the entry was successfully stored in the cache, FALSE otherwise. |