I want to get data from DB and store into cache on startup using caffeine cache. Whenever i want that data i need to fetch it from cache itself without calling DAO class
I'm new to cache.
I want to get data from DB and store into cache on startup using caffeine cache. Whenever i want that data i need to fetch it from cache itself without calling DAO class
I'm new to cache.