Hi team , can somebody share example of using a cache module ? I need to cache values from very simple sql table, like this one. ______________ |_n1__|_ 100___| |_n2__|__110___| |_n3__|__55____| And I want to cache these values for 30min to decrease number of query to DB,