This code creates an instance of Cache and assigns the reference of Cache to that instance to a variable.
This is in a static block.
The specialty of the static block is:
1. When objects created...