Hi, What is the general practice to create key and val in order to create the cache element? I have only one type of object that I want to put in the cache. Should I use it as both key and val?
Also, if two cache element have the same key (key1.equals(key2)), does it require that they should have the same val (val1.equals(val2))? Thanks. -Sam