I'm trying to implement a generic cache class using the DualCache library. When instantiating the DualCache class one also needs to provide a serializer instance which itself is a generic class that should be of the same type as the DualCache its…
If I have class CalendarModel to get class I use CalendarModel.class .
But how when I have list of model? Something like List < CalendarModel>.class
This is context in my app in which I need that:
Android easy cache requires that…