You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current RedisCache implementation is utilizing a Spring managed RedisTemplate, causing awkward interaction between the MyBatis managed RedisCache instance and dependency injection.
Spring offers caching abstractions, which utilize Redis, which can be wrapped around the DAO layers. This also allows for some greater configurability (easily change caching vendors, rules, or even turning it on/off).
Is this refactor of interest to the project?
The text was updated successfully, but these errors were encountered:
The current RedisCache implementation is utilizing a Spring managed RedisTemplate, causing awkward interaction between the MyBatis managed RedisCache instance and dependency injection.
Spring offers caching abstractions, which utilize Redis, which can be wrapped around the DAO layers. This also allows for some greater configurability (easily change caching vendors, rules, or even turning it on/off).
Is this refactor of interest to the project?
The text was updated successfully, but these errors were encountered: