Generic dictionaryish object storage frontend
Common object storage frontend that supports dictionary-style access, object serialization and compression, and multiple storage and caching backends.
Supported storage backends out of the box are:
- DBM
- Filesystem
- Memory
- sqlite (disk or memory)
Current supported caching backends are:
- Filesystem
- Memory
- sqlite (disk or memory)