annon_api v0.16.2 Annon.Configuration.CacheAdapters.ETS

Adapter to access cache using ETS.

Link to this section Summary

Functions

Updates cache information when configuration is changed

Initializes configuration adapter

Returns oldest API and associated Plugins that matches request parameters

Link to this section Functions

Link to this function config_change(opts)

Updates cache information when configuration is changed.

Callback implementation for Annon.Configuration.CacheAdapter.config_change/1.

Initializes configuration adapter.

Callback implementation for Annon.Configuration.CacheAdapter.init/1.

Link to this function match_request(scheme, method, host, port, path, opts)

Returns oldest API and associated Plugins that matches request parameters.

Callback implementation for Annon.Configuration.CacheAdapter.match_request/6.