ExVCR.Adapter.Hackney.Store (exvcr v0.17.1)

View Source

Provides a datastore for temporary saving client key (Reference) and body relationship.

Summary

Functions

Set key (client key).

Returns value (body) from the key (client key).

Set value (body) with the key (client key).

Initialize the datastore.

Functions

delete(key)

Set key (client key).

get(key)

Returns value (body) from the key (client key).

set(key, value)

Set value (body) with the key (client key).

start()

Initialize the datastore.