Join Slack
Communities
Powered by
Would there be another way to store the cache and ...
# getting-started
d
dave08
05/08/2018, 3:29 PM
Would there be another way to store the cache and still be able to make efficient lookups? Also
getOrPut(Pair(name, obj))
is pretty useful for this cache... I tried with
Map<String, <Map<Obj1, Obj2>>
it wasn't quite as pleasant...
Open in Slack
Previous
Next