caching - 如何在 Grails 1.2.5 上清除 Ivy 缓存

标签 caching grails ivy

很简单,是否有正确的方法来清除 Grails 1.2.5 上的 Ivy 缓存,或者只是 rm 的问题读取 ~/.ivy2/cache 中的文件?我期待 grails cleangrails clear-cache但是当我搜索时什么也没找到。

我知道“Clearing Grails Dependency Cache”,但它真正告诉我的只是在哪里看(甚至那是针对不同版本的 Grails),而不是清除它的正确方法。

最佳答案

你只需要自己删除它们。 grails 中的任何内容都不会为您做这件事。

关于caching - 如何在 Grails 1.2.5 上清除 Ivy 缓存,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19612115/

相关文章:

testing - 为 Grails 单元测试使用不同的结构

compiler-errors - 更新到版本 9 后出现 Angular 编译器错误

groovy - protected Nexus 存储库的 Grape 配置

java - NetBeans 中的 Groovy/Grails 支持在哪里?

带有外部缓存提供程序的 ASP.NET MVC OutputCacheAttribute

javascript - Angular 7 Service Worker缓存音频文件导致Safari出现范围 header 问题

caching - 为 GCE 添加边缘缓存

grails - 在 Grails 2.3.1 中执行 "run-app"时如何将 Java 系统属性传递给 JVM

ivy - PyLucene make 失败 : [ivy:retrieve] error

scala - 同时在 Play Framework 中使用两个缓存提供程序?