I want to store key and value in ehcache3 using springboot. I want to store key as "passportNumber" and value as "name" similar to a Hashmap in java And later once it is cached, how to retrieve the value from passportNumber.
I am new to ehcache-3
and I need some code. I don't find anything example on the site nor by googing it.