exvcr v0.9.1 ExVCR.Adapter.Hackney.Store
Provides a datastore for temporary saving client key (Reference) and body relationship.
Link to this section 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
Link to this section Functions
Link to this function
delete(key)
Set key (client key).
Link to this function
get(key)
Returns value (body) from the key (client key).
Link to this function
set(key, value)
Set value (body) with the key (client key).
Link to this function
start()
Initialize the datastore.