Displaying 2 results from an estimated 2 matches for "boogaloo".
2006 Oct 13
0
Boogaloo Simple Cache Server 0.1
Hey list,
I''ve just released a new project called Boogaloo. It''s a simple cache server
that provides persistent and temporary caching, you can also use it to house
your own custom services.
The main release announcement is over on ruby-talk (sorry for those reading
this twice). I''m posting it here too as although Boogaloo isn''t...
2006 Dec 11
4
creating a cache in rails
I need to create a small hash of values that persists across requests in
Rails. I cannot store this information in the database or filesystem
and only want to do it in memory. I was looking for a simple solution
to implement this and read somewhere that memcache is pretty much
overkill. This app is only running on one server so putting in memory
should be just fine. I''m very new to