Second Level Cache v2.2.5 Release Notes

    • Flush cache when belongs_to keys are changed; (#51)
    • Fix #52 in ActiveRecord 5.0.1, records_for API has changed, it's want an ActiveRecord::Relation instance to include a load method, but second_level_cached returned an Array. (#53)
    • Fix Rails 5.0.1 @second_level_cache_enabled not define warning.