mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 17:48:14 +08:00
Rework caching configuration
Closes gh-401
This commit is contained in:
@@ -789,14 +789,15 @@ one will require some configuration to get it working):
|
||||
|===
|
||||
| cache name | Description
|
||||
|
||||
|`initializr`
|
||||
|`initializr.metadata`
|
||||
|Cache the full metadata of the service. When the metadata expires, it is fully resolved
|
||||
again (including a check on spring.io for the latest Spring Boot versions). Adapt the
|
||||
expiration settings accordingly.
|
||||
|
||||
|`project-resources`
|
||||
|`initializr.dependency-metadata`
|
||||
|Cache dependency-specific metadata.
|
||||
|
||||
|`initializr.project-resources`
|
||||
|Cache resources that are used to generate projects.
|
||||
|
||||
|`dependency-metadata`
|
||||
|Cache dependency-specific metadata.
|
||||
|===
|
||||
|
Reference in New Issue
Block a user