Picasso.Datastore.Behaviour behaviour (picasso v0.2.0)
Link to this section Summary
Callbacks
Copies the file named filename from the datastore to /tmp/ and turns it's path.
Removes the file named filename from the datastore.
Stores the file at tmp_path as filename at the datastore.
Link to this section Callbacks
Link to this callback
read(filename)
Specs
Copies the file named filename from the datastore to /tmp/ and turns it's path.
Link to this callback
remove(filename)
Specs
Removes the file named filename from the datastore.
Link to this callback
store(tmp_path, filename)
Specs
Stores the file at tmp_path as filename at the datastore.