Alexey, Do you mean this?
class MyWrapper {
// Wrapped map.
Map<> myMap = …;
}
D.
On Tue, Jan 12, 2016 at 10:25 AM, Alexey Goncharuk <
[email protected]> wrote:
> Paulo,
>
> Not sure if this will work for you as a workaround, but you can create a
> thin wrapper around your map and put it into the cache instead. In this
> case the map type is preserved.
>
