delete($id)
| Parameters: |
|
|---|---|
| Returns: |
TRUE on success, FALSE on failure |
| Return type: |
bool |
This method will delete a specific item from the cache store. If item deletion fails, the method will return FALSE.
$this->cache->delete('cache_item_id');
Please login to continue.