Closed scttdavs closed 6 years ago
Two events are fired after the cache is set on the lassoContext:
The payload of lassoCacheCreated actually includes lassoContext.options. But since options is set after the cache is set, it will always be undefined.
lassoCacheCreated
lassoContext.options
buildCacheKey also includes the lassoContext in its event payload, so this would allow options to also be available there.
buildCacheKey
options
Will merge and publish when the CI passes
Published lasso@3.2.1. Thanks again @scttdavs!
lasso@3.2.1
Two events are fired after the cache is set on the lassoContext:
The payload of
lassoCacheCreated
actually includeslassoContext.options
. But since options is set after the cache is set, it will always be undefined.buildCacheKey
also includes the lassoContext in its event payload, so this would allowoptions
to also be available there.