I\'m thinking about the best way to create a cache layer in front or as first layer for GET requests to my RESTful API (written in Ruby).
Not every request can be ca
Redis Cache is best option. check here.
It is open source. Advanced key-value cache and store.