Markus 843d943e07
Refactor caching support (#52)
- Very explicit where caching is stored
- No `Rails.cache` automagic with possible colliding keys
- Rails 5.2+ cache versioning support
- Implicit namespace support (by cache instance, e.g.
  ActiveSupport::Cache::MemoryStore.new(namespace: 'jast_jsonapi')
- All cache instance options are supported
2020-02-25 16:49:02 +00:00
..
2019-10-25 09:32:56 -04:00
2018-03-12 22:46:41 -07:00
2019-10-25 09:32:56 -04:00
2018-06-21 18:40:42 -07:00
2019-11-04 17:31:35 -05:00