Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
haas85 committed Jan 15, 2014
1 parent 4094772 commit e29f324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ Usage:
Cache.set(foo.id, foo, 25); /* foo will be in memcache for 25 seconds, and we will acces it with its id*/

<a name="get" />
### set(key)
### get(key)
Returns the value stored with the key if exists, if not it will return null

Usage:
Expand Down

0 comments on commit e29f324

Please sign in to comment.