Added by Beau Simensen about 14 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?
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 :-)
At least that gives me a place to start! Thanks. :)