How to store a nested Map structure in Ehcache?

Viewed 2037

I want to store a Variable of type Map < Integer, Map < String, Map < String, Integer >>> into Ehcache. How to store this nested Map structure in Ehcache as a value?

1 Answers
Related