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 try :
List ipList = Util.inCache(List.class, title);