Is there an example use case this could be useful for? Storing some audio/video media for example?
Am I understanding it correctly that it's kind of Redis with S3 persistance?
We use it at my firm to cache frequently accessed ML models and training data. Getting these directly from S3 can take a few seconds per blob, and with the cache it takes that down to milliseconds.