Pre Merge pull request !646 from QianRj/dev

This commit is contained in:
QianRj 2025-02-15 04:52:43 +00:00 committed by Gitee
commit f8be3e8b13
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -78,6 +78,7 @@ public class CaffeineCacheDecorator implements Cache {
@Override
public void clear() {
CAFFEINE.invalidateAll();
cache.clear();
}