public
Rubygem
Description: Ultra lightweight gem/plugin to do in-memory caching of any Ruby method
Homepage: http://github.com/JackDanger/simple_memoize
Clone URL: git://github.com/JackDanger/simple_memoize.git
Search Repo:
Giving credit where credit is due.
Jack Danger Canty (author)
Tue Apr 01 13:19:16 -0700 2008
commit  f20ee1b441d161748dfc42703799c51de6d1b808
tree    0b0a3a4c509080f50b30730708b5324be1763b7d
parent  556389c1e9046e8b86f0430b11e8eb0cbe1e302d
...
2
3
4
 
 
5
6
7
...
2
3
4
5
6
7
8
9
0
@@ -2,6 +2,8 @@
0
 
0
 * http://github.com/JackDanger/simple_memoize/
0
 
0
+Developed for and by the engineers at http://adPickles.com/
0
+
0
 == DESCRIPTION:
0
 
0
 Provides in-memory caching of any Ruby method. It's dead simple and won't get in the way of any of your code.

Comments

    No one has commented yet.