$_parent
$_parent : object
Instance of the parent class
CodeIgniter File 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
Save into cache
string | $id | Cache ID |
mixed | $data | Data to store |
integer | $ttl | Time to live in seconds |
boolean | $raw | Whether to store the raw value (unused) |
TRUE on success, FALSE on failure