<@U06V253M4> do you have any automated CacheBox te...
# lucee
d
@bdw429s do you have any automated CacheBox tests that check to make sure ehCache is working via a distributed setup? If so, would you mind testing my ehCache extension to make sure the tests are passing?
b
I'm not sure that we do
but you can see what tests we have here in the repo
Tests like this one hit CacheBox connecting to a CF cache definition, but I'm fairly sure we're just using ramcache or whatever behind it https://github.com/ColdBox/coldbox-platform/blob/development/tests/specs/cache/providers/CFProviderTest.cfc
d
Thanks!