$_parent
$_parent : object
Instance of the parent class
CodeIgniter APC Caching Class
This class enables you to create drivers for a Library based on the Driver Library. It handles the drivers' access to the parent library
save(string $id, mixed $data, integer $ttl = 60, boolean $raw = FALSE) : boolean
Cache Save
string | $id | Cache ID |
mixed | $data | Data to store |
integer | $ttl | Length of time (in seconds) to cache the data |
boolean | $raw | Whether to store the raw value (unused) |
TRUE on success, FALSE on failure