View Source OpenApiSpex.Plug.NoneCache (open_api_spex v3.21.2)
A cache adapter to disable caching. Intended to be used in development.
Configure it with:
# config/dev.exs
config :open_api_spex, :cache_adapter, OpenApiSpex.Plug.NoneCache
A cache adapter to disable caching. Intended to be used in development.
Configure it with:
# config/dev.exs
config :open_api_spex, :cache_adapter, OpenApiSpex.Plug.NoneCache