Skip to content

Add support for chains and easier overriding of behaviour

Choose a tag to compare

@mpbarlow mpbarlow released this 03 Oct 19:36
· 29 commits to master since this release
be9da01
  • Adds SerializingCacheKeyProvider to distinguish between instances of the same job with different parameters.
  • Adds ClosureCacheKeyProvider and ClosureUniqueIdentifierProvider to make it easier to override behaviour, via the new usingCacheKeyProvider and usingUniqueIdentifierProvider methods.