As of v1.1 the cache/array-adapter supports hierarchal mode.
Test suites often use the array driver since tests don't need a persistent cache and it's considerably faster than Redis. For example, our overall test suite is ~2x faster, which means a lot in CI minutes.
@swayok thanks for your consideration and this great lib! Was really banging my head against the wall until I found this.
As of v1.1 the
cache/array-adapter
supports hierarchal mode.Test suites often use the
array
driver since tests don't need a persistent cache and it's considerably faster than Redis. For example, our overall test suite is ~2x faster, which means a lot in CI minutes.@swayok thanks for your consideration and this great lib! Was really banging my head against the wall until I found this.