plug_response_cache v0.1.0 API Reference

Modules

The response cache plug can cache an entire response body for a set amount of time

The default profile caches all successful GET requests for a specified duration in minutes. By default, it will cache the response forever

The ETS store, which is used by default, is a GenServer that stores the response bodies in an ETS table

The supervisor takes care of all processes that the response cache requires