Skip to content

Instantly share code, notes, and snippets.

@riywo
Created March 25, 2013 19:30
Show Gist options
  • Save riywo/5239903 to your computer and use it in GitHub Desktop.
Save riywo/5239903 to your computer and use it in GitHub Desktop.
$ echo test | fcache set -k hoge -e 1m
$ fcache get -k hoge
test
$ fcache purge -k hoge
$ fcache get -k hoge
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment