jetcache icon indicating copy to clipboard operation
jetcache copied to clipboard

JetCache is a Java cache framework.

Results 222 jetcache issues
Sort by recently updated
recently updated
newest added

您好,单元测试好像报错了,类路径不对,能修复一下吗

在一个项目中使用@Cached来缓存数据,在另一个项目中使用@CacheInvalidate来清除缓存,但是会有报错 Cache operation aborted because can't find @Cached definition,这个有什么好的解决方案么

升级前项目依赖如下: springboot保持不变 spring-boot-starter-parent 2.2.5.RELEASE jetcache-starter-redis 升级前 jetcache-starter-redis 2.5.15 指定jedis为低版本 jedis 2.9.0 升级后 jetcache-starter-redis 2.6.0 并去掉jedis的指定版本 启动项目后报错提示循环依赖: WARN 2021-10-12 15:34:08.140 16504 AbstractApplicationContext.java:558 - Exception encountered during context initialization - cancelling refresh...

Suppose I have two applications running: 1. When I specify cachetype = local, only the cache of the specified machine is updated, and the other machine is not updated. 2....

1、版本 ``` com.alicp.jetcache jetcache-starter-redis-lettuce 2.5.16 ``` 2、现象描述 配置如下, ``` jetcache: statIntervalMinutes: 15 areaInCacheName: false hidePackages: com.alibaba local: default: type: caffeine limit: 100 keyConvertor: fastjson expireAfterWriteInMillis: 100000 remote: default: type: redis.lettuce...

jetcache被动依赖spring-beans,会受到Spring RCE 0day高危漏洞影响吗?如果有影响,计划怎么修复?什么时间修复? 说明:Spring框架曝出RCE 0day漏洞。已经证实由于 SerializationUtils#deserialize 基于 Java 的序列化机制,可导致远程代码执行 (RCE)

1. 热key可配置 2. 判断是热key才创建刷新任务 3. stopRefreshAfterLastAccess默认不为0,例如,可默认10分钟

我想在redis中设置一个较长的过期时间,然后在expireTime中保存一个较短的逻辑过期时间,业务异常的时候使用缓存里面的数据做降级。这个目前有实现吗?我需要怎样进行配置

是否考虑支持redisson客户端 @areyouok