-
- Downloads
Make local cache KeyBimaps more strict
Before, mapping any global Key to local Long index would just return the Key's index, disregarding whether the Key actually belonged to the local cache. Now, it is checked and if the Key is from a different local cache, null will be returned.
Please register or sign in to comment