I wrote a function for my cache to retrieve a specific object. This way I don\'t need to cast it .
@SuppressWarnings(\"unchecked\") public static
You can't get class of List, in your case the only way is:
List
List ipList = (List)Util.inCache(List.class, title);