Skip to content

Instantly share code, notes, and snippets.

@krzema12
Created November 28, 2024 08:13
Show Gist options
  • Save krzema12/548d6b646f08820ebffc6dbcf158942d to your computer and use it in GitHub Desktop.
Save krzema12/548d6b646f08820ebffc6dbcf158942d to your computer and use it in GitHub Desktop.
val bindingsCache =
Cache
.Builder<ActionCoords, Result<Map<String, Artifact>>>()
.expireAfterWrite(1.hours)
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment