I am running a springboot application, where I need to cache some data in memory using spark.
If I first start the API, then cache the data, it works fine.
But if