Muneeb Ahsan :
k but tell me L2 and L2 are made up of static ram like L1 cache?
Not always. It depends on what the chip designers wanted. Some chips use DRAM for L2/L3 cache to save on cost.
It requires atleast 6 transistors per bit of SRAM, while a DRAM bit is essentially 1 transistor (with a bunch of support logic for accesses which can be shared with multiple other bits)
Most intel chips use SRAM for L1 and L2, and a higher-density per dollar memory technology for L3 (called Last-Level Cache by Intel), such as eDRAM or potentially SST-RAM in the future .
There is no definitive answer to what technology chip designers use.. It's purely a performance vs cost tradeoff.
Edit: Apparently I cannot spell or use the English language properly.