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

ms.beangle-ems-portal.4.10.9.source-code.application.conf Maven / Gradle / Ivy

The newest version!
caffeine.jcache {
  default-update-timestamps-region{
    policy{
      maximum{
        size = 10000
      }
      lazy-expiration {
        creation = 5m
        update = 5m
        access = 5m
      }
    }
  }

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

  ems.security{
    policy{
      maximum{
        size = 10000
      }
      lazy-expiration {
        creation = 5m
        update = 5m
        access = 5m
      }
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy