This PR will add a new Cachex.warm/2 which performs a lookup on Cachex.Incubator to locate all child warmers and notify them to warm immediately. You can optionally provide the :modules option to restrict to a specific set of cache warmers. The list of modules which actually had warming triggered is returned.
This fixes #299.
This PR will add a new
Cachex.warm/2
which performs a lookup onCachex.Incubator
to locate all child warmers and notify them to warm immediately. You can optionally provide the:modules
option to restrict to a specific set of cache warmers. The list of modules which actually had warming triggered is returned.