HOWTO: Find out CPU cache size on Linux

a) Using lscpu:

lscpu | grep cache

b) Using getconf:

getconf -a | grep CACHE