Packages
Plug to cache requests declaratively for either GraphQL or Phoenix, this plug is intended to short circuit all json/decoding or parsing a server would normally do
Current section
Files
Jump to
Current section
Files
request_cache_plug
CHANGELOG.md
CHANGELOG.md
# 0.1.4
- add debug log when item returned from cache
# 0.1.3
- Stop raising exceptions and log messages in debug mode
- add `enabled?` global config`
# 0.1.2
- Fix the child_spec inside of ConCacheStore
# 0.1.1
- Lower absinthe version requirement
# 0.1.0
- Initial Release