I'm using the angularjs-rails-resource project to wrap my http rest services. One thing I didn't find in documentation is regarding cache, some of my methods should access the server only once and cache their response.
Is there an easy way to achieve this?