Skip to content

Draft: Implement with-cache for ActionCacheABC

Neill Whillans requested to merge neill/ac_with_cache into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

If not required, please explain in brief why not.

Description

This request is intended to offer support for tiered ActionCache to allow configuration of fast LRU cache on top of a fallback cache, e.g. s3

Changes proposed in this merge request:

  • Implemented with-cache ActionCache backend
  • Additional with-cache test

Validation

Please note steps the reviewer should take to be able to test this MR; any necessary setup they might need, what results they should be looking for to verify.

Issues addressed

Closes / Resolves / Addresses (delete as appropriate) issue <e.g. repo-name#x>

Merge request reports