exvcr v0.8.7 ExVCR.Adapter.Hackney.Store

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.