Project

General

Profile

Is there something similar to WordPress transients for Redmine plugin development? (simple expirable cache)

Added by Beau Simensen over 13 years ago

WordPress has something called transients that they expose by way of their Transients API and it can be super helpful in cases where a plugin might want to cache some data for a period of time. Is there something similar for Redmine or Rails plugin development?


Replies (2)

RE: Is there something similar to WordPress transients for Redmine plugin development? (simple expirable cache) - Added by Felix Schäfer over 13 years ago

You can use the rails and/or actioncontroller cache directly, don't know how it works exactly though, so you'd have to research it :-)

    (1-2/2)