Draft: Replace Object Cachex with Nebulex
This is a PoC of what it would look like to replace Cachex with Nebulex
Currently there are no tests specifically targeting caching to check for invalidation behavior, but overall the implementation is simpler and doesn't require custom read-through-cache functions.
The testing story for validating that the cache is being used / invalidated properly is still being investigated.