Lucee icon indicating copy to clipboard operation
Lucee copied to clipboard

LDEV-5871 Add cacheprefix attribute to query

Open deanmaunder opened this issue 3 months ago • 4 comments

https://luceeserver.atlassian.net/browse/LDEV-5871

deanmaunder avatar Oct 25 '25 22:10 deanmaunder

@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

zspitzer avatar Oct 29 '25 10:10 zspitzer

AFAIK This is still currently O(n) without additional changes?

zspitzer avatar Oct 29 '25 22:10 zspitzer

AFAIK This is still currently O(n) without additional changes?

Unsure what you are asking about?

deanmaunder avatar Oct 29 '25 23:10 deanmaunder

@zspitzer anything further need to be done on this?

deanmaunder avatar Nov 17 '25 00:11 deanmaunder