
Object::Store::Disk - backend to disk storage

Creates a new Object::Store::Disk backend. "path/to/dir" must be a valid directory and Object::Store::Disk must have permissions. To avoid exploits, Object::Store::Disk dies if you attempt to use anything else than [A-Za-z_-] in an object id.
Saves object $object under id $id.
Returns object $object with id $id.
Removes object with id $id.
Returns a list of objects saved under this backend.