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

io.quarkus.cache.runtime.CacheConfig$CaffeineConfig$CaffeineNamespaceConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.17.5
Show newest version
#
#Mon Oct 16 18:51:39 CEST 2023
io.quarkus.cache.runtime.CacheConfig.CaffeineConfig.CaffeineNamespaceConfig.expireAfterAccess=Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after\nthe entry's creation, the most recent replacement of its value, or its last read.
io.quarkus.cache.runtime.CacheConfig.CaffeineConfig.CaffeineNamespaceConfig.metricsEnabled=Whether or not metrics are recorded if the application depends on the Micrometer extension. Setting this\nvalue to {@code true} will enable the accumulation of cache stats inside Caffeine.
io.quarkus.cache.runtime.CacheConfig.CaffeineConfig.CaffeineNamespaceConfig.maximumSize=Maximum number of entries the cache may contain. Note that the cache may evict an entry before this limit is\nexceeded or temporarily exceed the threshold while evicting. As the cache size grows close to the maximum,\nthe cache evicts entries that are less likely to be used again. For example, the cache may evict an entry because\nit hasn't been used recently or very often.
io.quarkus.cache.runtime.CacheConfig.CaffeineConfig.CaffeineNamespaceConfig.initialCapacity=Minimum total size for the internal data structures. Providing a large enough estimate at construction time\navoids the need for expensive resizing operations later, but setting this value unnecessarily high wastes memory.
io.quarkus.cache.runtime.CacheConfig.CaffeineConfig.CaffeineNamespaceConfig.expireAfterWrite=Specifies that each entry should be automatically removed from the cache once a fixed duration has elapsed after\nthe entry's creation, or the most recent replacement of its value.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy