Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • The question states that caching is not an option because the vary depending on inputs. On top of that implementing caching done correctly with a variable about of inputs is quite a lot of work. Also keeping the cached value as a state of the server goes against the benefits of using memcached. Commented May 20, 2013 at 22:11
  • Sorry if I didn't explain it clear enough. As the question states, the results are used for 90 seconds, then recalculated. That's a 90 seconds cache, as far as I know. Commented May 21, 2013 at 18:35