Why is Java 8 storing other objects in memory instead of just the defined variable?
In a caching class (Java 8) i have the following definition of a cache:
Why is Java storing other objects in memory instead of just the defined variable?
In a caching class i have the following definition of a cache: