External Issue
Details
Details
Assignee
Frédéric Delaporte
Frédéric DelaporteReporter
Stuart Carnie
Stuart CarnieComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created March 29, 2011 at 11:09 AM
Updated October 23, 2017 at 10:30 AM
Resolved October 23, 2017 at 10:30 AM
This issue also occurs for Enyim provider.
The issue is that when KeyAsString is called in these two providers, a composite-key entity returns it's default ToString, which is the class name typically. This is naturally not a unique key, and thus collisions occur.
Look at SysCache provider, and the key (as string) is formatted to include the GetHashCode of the key.
I will provide a patch in the github repo.