I keep getting the error in line ``` @CacheThenCall public ArrayList<Category> getCategoryList(String token) {...} ``` Can you explain the best way to return a list from asyncservice
I keep getting the error in line
Can you explain the best way to return a list from asyncservice