-
Enhancement
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
It should be possible to add implementations of Collection, Set and Map directly as value to a cache.
User expect to use without the need of extra implementation like ProtoAdapter:
RemoteCache<String, HashMap||Hashtable||ArrayList> cache;
ArrayList<String> list = new ArrayList<>();
....
cache.put("xx", list);