-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit dc0d98c
Polishing.
Replace blocking lock wait with non-blocking flow. Add support for asynchronous storage to persist the cache value after retrieval from the value supplier. Introduce AsyncCacheWriter abstraction to improve functional guards.
Reformat code. Remove redundant tests. Revisit deprecation notices with consistent mention of the version in which the deprecation was introduced.
Refine exception messages when RedisCache does not support async retrieval.1 parent 3b62e12 commit dc0d98c
File tree
9 files changed
+598
-813
lines changed- src
- main/java/org/springframework/data/redis
- aot
- cache
- test/java/org/springframework/data/redis/cache
9 files changed
+598
-813
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 | + | ||
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
|
0 commit comments