Supports deserialization side of Cache following #112.
Notes
Implementation and class detection is can be kept miminal because Guava's Cache itself heavily relies on builder mechanism through CacheBuilder so it is most likely we cannot initialize by its subclasses.
Here we referenced most from GuavaMultimapDeserializer Like how #112 Cache serialization was implemented.
Supports deserialization side of
Cache
following #112.Notes
Cache
itself heavily relies on builder mechanism throughCacheBuilder
so it is most likely we cannot initialize by its subclasses.GuavaMultimapDeserializer
Like how #112 Cache serialization was implemented.