请问老师,redisTemplate和cacheable在使用上有区别么
来源:4-2 Redis应用之抢购代金券
CrazyFingers
2022-09-02
如题
写回答
1回答
-
使用上cacheable是注解,RedisTemplate是客户端对象,使用RedisTemplate要调用它的方法才能操作Redis,这样灵活写,但cacheable就更简单
012022-09-07
相似问题
请问老师,redisTemplate和cacheable在使用上有区别么
来源:4-2 Redis应用之抢购代金券
CrazyFingers
2022-09-02
如题
1回答
使用上cacheable是注解,RedisTemplate是客户端对象,使用RedisTemplate要调用它的方法才能操作Redis,这样灵活写,但cacheable就更简单
相似问题