--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
Thank you Tyler I'm going to check it out,Well basically I have a heavy MongoDB/Rogue query and I want to cache it because I call it very often.
On Friday, October 5, 2012 at 9:01 PM, pelagic wrote:
I agree with Tyler that more info in needed. could be as easy as a hashmap.
On Friday, October 5, 2012 11:56:07 AM UTC-7, Tyler Weir wrote:--It's hard to know the best solution given the lack of info, but scalaz's Memo[1] may be what you need.
On Friday, October 5, 2012 1:51:50 PM UTC-4, Roch Delsalle wrote:Hi,I would like to know whats the easiest way to implement a key value cache within a Lift application ?For instance if I need to cache the result of a heavy computation in the servers memory or on a remote Memcache server.Thanks,Roch
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code
--
--
Lift, the simply functional web framework: http://liftweb.net
Code: http://github.com/lift
Discussion: http://groups.google.com/group/liftweb
Stuck? Help us help you: https://www.assembla.com/wiki/show/liftweb/Posting_example_code