Currently this gem does not bring caching features to ActionController::API because: - ActionController::Base does not include ActionController::Caching [[Link](https://github.com/rails-api/rails-api/blob/master/lib/rails-api/action_controller/api.rb#L125)] - This gem only includes ActionController::Caching::Actions in ActionController::Base [[Link](https://github.com/rails/actionpack-action_caching/blob/master/lib/action_controller/action_caching.rb#L13)] Is there any specific reason for that?