Skip to content

Instantly share code, notes, and snippets.

@feedhenry-gists
Created June 10, 2011 12:20
Show Gist options
  • Save feedhenry-gists/1018738 to your computer and use it in GitHub Desktop.
Save feedhenry-gists/1018738 to your computer and use it in GitHub Desktop.
Mash Hash Caching readcache
function readCache() {
var ret = $fh.cache({
"act": "load",
"key": "_cache"
});
return ret.val;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment