GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

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
showing alternative rdoc location
JackDanger (author)
Wed Mar 26 14:07:28 -0700 2008
commit  ca0fad25f67401e4284b49f6f52473d3078e048b
tree    8c6409c3dd73144151f411be94fec590955c0953
parent  bcf76338dab90742c2fe8ecf63b4e2f03358cdcd
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@
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.
0
 For something more robust that offers persistence try http://github.com/JackDanger/cached_values/
0
+Documentation also available here: http://objectproxy.rubyforge.org/simple_memoize/
0
 
0
 == USAGE:
0
 

Comments

    No one has commented yet.