1.3 Cache long computations

If some computation is time-consuming, we could consider to cache it:

# A verrry long computation!
1 + 1
# [1] 2