Skip to content

Instantly share code, notes, and snippets.

@summer4096
Created July 25, 2010 03:39
Show Gist options
  • Save summer4096/489278 to your computer and use it in GitHub Desktop.
Save summer4096/489278 to your computer and use it in GitHub Desktop.
$this->colorcache = new cache('favoritecolors', 'memcached', 'file');
if ( !isset($this->colorcache->tristan) ) {
$this->colorcache->tristan = 'blue';
}
echo $this->colorcache->tristan;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment