alibaba / jetcache

JetCache is a Java cache framework.
Apache License 2.0
5.03k stars 1.05k forks source link

各位大佬,请问支持根据指定的key前缀,删除所有前缀开头的缓存吗? #816

Closed AccountGc closed 11 months ago

AccountGc commented 12 months ago
<dependency>
    <groupId>com.alicp.jetcache</groupId>
    <artifactId>jetcache-starter-redis</artifactId>
    <version>2.7.3</version>
</dependency>

支持根据指定的key前缀,删除所有前缀开头的缓存吗? 谢谢!

dantefung commented 11 months ago

看源码是没有的, 自己实现吧