This is probably a conceptual question - I'm just wondering why there's no Spring Cache backend provider for Spring Session?
The only missing bit is that Cache interface doesn't have a put
method with lifespan. But I assume this could be fixed very easily.