通过注解 @Cached 实现方法返回的缓存,如何能够支持 reactor 响应式编程。
Open
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 1.1k
- PR merge metrics
- No merged PRs in 30d
Description
希望能够支持如下方式使用:
```
public interface UserService {
@Cached(name="userCache.", key="#userId", expire = 3600)
Mono getUserById(long userId);
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files or tests; start by locating the @Cached handling for the shown Mono method. Define completion as supporting the UserService example with its cache name, userId key, and expiration while preserving the reactive return type.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100