Currently this gem does not bring caching features to ActionController::API because:
- ActionController::Base does not include ActionController::Caching [Link]
- This gem only includes ActionController::Caching::Actions in ActionController::Base [Link]
Is there any specific reason for that?
Currently this gem does not bring caching features to ActionController::API because:
Is there any specific reason for that?