You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
When I cache them via FileCache, they are treated as the same file because the default hash algorithm is too simple. This problem has happened at least 10 times in my application.
Describe the solution
Change CacheBase.GetCacheFileName to virtual method, letting developer can custom the file name.
Describe the problem
There are two urls:
https://file.xunkong.cc/genshin/talent/UI_Talent_S_Shougun_06.png
https://file.xunkong.cc/genshin/talent/UI_Talent_U_Shougun_02.png
When I cache them via FileCache, they are treated as the same file because the default hash algorithm is too simple. This problem has happened at least 10 times in my application.
Describe the solution
Change
CacheBase.GetCacheFileNameto virtual method, letting developer can custom the file name.Alternatives
Use a more complex default hash algorithm instead of
CacheBase.CreateHash64.Additional info
No response
Help us help you
Yes, I'd like to be assigned to work on this item.