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.10
- Add contenttype of application/json to response
# 0.1.9
- Swap to md5 hashing as phash doesn't contain enough range
# 0.1.8
- fix config app not matching app name
# 0.1.7
- fix issue with plug not pulling configured cache
# 0.1.6
- fix issue with plug not pulling ttls out when using absinthe plugs
# 0.1.5
- fix some bugs around resolver usage of store
- add verbose logging when enabled
# 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