All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.spring-configuration-metadata.json Maven / Gradle / Ivy

There is a newer version: 2.5.8
Show newest version
{
  "properties": [
    {
      "sourceType": "com.eworkcloud.caffeine.CaffeineProperties",
      "name": "caffeine.maximumSize",
      "type": "java.lang.Long",
      "defaultValue": -1,
      "description": "缓存最大容量,超过就会按照LRU最近虽少使用算法来移除缓存项"
    },
    {
      "sourceType": "com.eworkcloud.caffeine.CaffeineProperties",
      "name": "caffeine.expireAfterAccess",
      "type": "java.lang.Long",
      "defaultValue": -1,
      "description": "当缓存项在指定的时间段内没有被读或写就会被回收(秒)"
    },
    {
      "sourceType": "com.eworkcloud.caffeine.CaffeineProperties",
      "name": "caffeine.expireAfterWrite",
      "type": "java.lang.Long",
      "defaultValue": -1,
      "description": "当缓存项在指定的时间段内没有更新就会被回收(秒)"
    },
    {
      "sourceType": "com.eworkcloud.caffeine.CaffeineProperties",
      "name": "caffeine.refreshAfterWrite",
      "type": "java.lang.Long",
      "defaultValue": -1,
      "description": "当缓存项上一次更新操作之后的多久会被刷新(秒)"
    },
    {
      "sourceType": "com.eworkcloud.caffeine.CaffeineProperties",
      "name": "caffeine.initialCapacity",
      "type": "java.lang.Integer",
      "defaultValue": -1,
      "description": "缓存容器的初始容量"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy