config.cache.yml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cache-explorer Show documentation
Show all versions of cache-explorer Show documentation
A handler that expose the caches from adm endpoints.
# There will be multiple caches per application and each cache should have it own name and expiryInMinutes. The
# caches are lists of caches. The cache name is used to identify the cache and the expiryInMinutes the expiry time.
# caches:
# - cacheName: cache1
# expiryInMinutes: 60
# maxSize: 1000
# - cacheName: cache2
# expiryInMinutes: 120
# maxSize: 100
caches: ${cache.caches:}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy