I think you're right. Didn't post a response - confirming.
But if you Change line 216 in CacheHandler.cfc in the clearCache
function to:
from:
<cfloop list="#variables.aliasKeyLists[currentAlias]#"
index="currentKey">
to:
<cfloop list="#variables.aliasKeyLists[hash(currentAlias)]#"
index="currentKey">
It appears to work.
I'll submit the bug.
On Sep 3, 5:18 pm, "Kurt Wiersma" <
kwier...@gmail.com> wrote:
> Jonah posted a work around but I think this maybe a bug. Are you running
> latest BER?
> --Kurt
>