META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy
{
"properties": [
{
"sourceType": "com.eworkcloud.guava.GuavaProperties",
"name": "guava.maximumSize",
"type": "java.lang.Long",
"defaultValue": -1,
"description": "缓存最大容量,超过就会按照LRU最近虽少使用算法来移除缓存项"
},
{
"sourceType": "com.eworkcloud.guava.GuavaProperties",
"name": "guava.expireAfterAccess",
"type": "java.lang.Long",
"defaultValue": -1,
"description": "当缓存项在指定的时间段内没有被读或写就会被回收(秒)"
},
{
"sourceType": "com.eworkcloud.guava.GuavaProperties",
"name": "guava.expireAfterWrite",
"type": "java.lang.Long",
"defaultValue": -1,
"description": "当缓存项在指定的时间段内没有更新就会被回收(秒)"
},
{
"sourceType": "com.eworkcloud.guava.GuavaProperties",
"name": "guava.refreshAfterWrite",
"type": "java.lang.Long",
"defaultValue": -1,
"description": "当缓存项上一次更新操作之后的多久会被刷新(秒)"
},
{
"sourceType": "com.eworkcloud.guava.GuavaProperties",
"name": "guava.initialCapacity",
"type": "java.lang.Integer",
"defaultValue": -1,
"description": "缓存容器的初始容量"
},
{
"sourceType": "com.eworkcloud.guava.GuavaProperties",
"name": "guava.concurrencyLevel",
"type": "java.lang.Integer",
"defaultValue": -1,
"description": "并发级别,指可以同时写缓存的线程数"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy