Questions tagged [dualcache]

DualCache is an Android caching library.

DualCache is an Android caching library.

2 questions
1
vote
1 answer

Java create generic class with generic type

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…
Paghillect
  • 822
  • 1
  • 11
  • 30
0
votes
1 answer

How to get class when have list of models and not just model in Java

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…
Vlado Pandžić
  • 4,879
  • 8
  • 44
  • 75