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

ms.beangle-ems-app.4.10.8.source-code.application.conf Maven / Gradle / Ivy

There is a newer version: 4.10.9
Show newest version
caffeine.jcache {
  default-update-timestamps-region{
    policy{
      maximum{
        size = 10000
      }
      lazy-expiration {
        creation = 15m
        update = 15m
        access = 15m
      }
    }
  }

  default-query-results-region{
    policy{
      maximum{
        size = 10000
      }
      lazy-expiration {
        creation = 15m
        update = 15m
        access = 15m
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy