Why should it be cached?
It doesn't really make any difference whether it's cached or not. It's only ever used in the template so it doesn't need to be globally cached. If it was used in code, then it only should be if it is commonly used, e.g. error messages in code shouldn't be cached.