Skip to content

Instantly share code, notes, and snippets.

@Swader
Created February 3, 2013 20:22
Show Gist options
  • Save Swader/4703498 to your computer and use it in GitHub Desktop.
Save Swader/4703498 to your computer and use it in GitHub Desktop.
CI++ article gist 03
<?php
$c = new Cache($config);
$c->save($id, $outputcontent, $timeToLive);
?>
@Swader
Copy link
Author

Swader commented Feb 3, 2013

https://gist.github.com/4703498

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment