wandenberg/puppet-module-nexus3_rest

Add support for Negative Cache configuration

prisma2user opened this issue · 1 comments

Within Nexus proxied repositories, nexus supports configuration for a negative cache which essentially allows nexus to cache objects it doesnt find on the upstream proxied repository so that it doesnt keep re-requesting this if it doesnt exist upstream.

The supported options are:

  • Not Found Cache Enabled / Disabled | enables not found cache
  • Not Found Cache TTL (time to live) | Time to cache the not found objects

added on d651180