Quantcast
Channel: Active questions tagged redis+java - Stack Overflow
Viewing all articles
Browse latest Browse all 2222

How to store non persistent java object in redis cache java

$
0
0

I have EmployeeDto as a Object , which is not sync with database . I want to put EmployeeDto inside redis cache .I have gone through example where I can see database entity are getting cached using redis cache but how can we store and retrieve non data base entity in rediscache ?


Viewing all articles
Browse latest Browse all 2222

Trending Articles