I need the cachestore to be loaded at startup according to its configuration without any additional codes like :
CacheStore.load()
But in https://apacheignite.readme.io/docs/persistent-store , I could not come accross with an expression that it loads itself at startup automaticly.
am I missing something here or is there really no way to do this at boot time without conding?
Thx