Results 1 comments of longfei

@lucas-myx ```xml com.alicp.jetcache jetcache-starter-redis-lettuce ``` ![image](https://github.com/arextest/arex-agent-java/assets/6407371/06ab2347-36ec-4efb-bd63-6d37718a189a) 使用方式: ```java @Override @Cached(name = CacheConfig.CACHE_KEY_PREFIX + "fuzzySearchDimensionTblIdsByCondition", expire = CacheConfig.ONE_MIN_EXPIRE_TIME) public List fuzzySearchDimensionTblIdsByCondition(DimensionTblQuery dimensionTblQuery) { List dimensionTblIds = new ArrayList(16); RespResult respResult =...