alibaba / alibaba/jetcache

通过注解 @Cached 实现方法返回的缓存,如何能够支持 reactor 响应式编程。

Open
#548 1 comment 0 reactions 0 assignees View on GitHub
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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.