A KeyValueStorage for JSON-like objects using a ResourceStore as backend.
The keys will be transformed so they can be safely used as a resource name in the given container. Values will be sent as data streams, so how these are stored depends on the underlying store.
All non-404 errors will be re-thrown.
Converts a key into an identifier for internal storage.
Converts an internal storage identifier string into the original identifier key.
A KeyValueStorage for JSON-like objects using a ResourceStore as backend.
The keys will be transformed so they can be safely used as a resource name in the given container. Values will be sent as data streams, so how these are stored depends on the underlying store.
All non-404 errors will be re-thrown.