LDEV-5871 Add cacheprefix attribute to query
https://luceeserver.atlassian.net/browse/LDEV-5871
@deanmaunder i fixed the error with CI, can you rebase please?
please rename the test without dash and use BDD style (describe/it/expect)
As we have multiple cache providers, like redis, memcached and ehcache, we need to test them all
https://github.com/lucee/Lucee/blob/7.0/test/_setupTestServices.cfc#L244
i.e. https://github.com/lucee/Lucee/blob/7.0/test/tickets/LDEV4342.cfc
see https://github.com/lucee/Lucee/blob/7.0/test/tags/dbInfo.cfc for such an approach
Also the tests don't yet cover cacheRemove() or cacheClear() which is quite an core important aspect for this nice new enhancement
AFAIK This is still currently O(n) without additional changes?
AFAIK This is still currently O(n) without additional changes?
Unsure what you are asking about?
@zspitzer anything further need to be done on this?