Merge: Kill cached
authorJean Privat <jean@pryen.org>
Fri, 27 Feb 2015 02:51:25 +0000 (09:51 +0700)
committerJean Privat <jean@pryen.org>
Fri, 27 Feb 2015 02:51:25 +0000 (09:51 +0700)
commitaeb32917c1d97287e6246a82169a75a6a8f6551d
tree2a9fffddc217f69c24aa20643e9a91abbe7ad3d6
parent4514e2285f43cfc755f7faef11b8156afa5d6026
parent3742df20608218d34598a4128e4ffda017b0cc86
Merge: Kill cached

Remove the deprecated annotation `is cached` that is fragile and replace the remaining cases with `lazy` attributes that is the way to go.

Pull-Request: #1175
Reviewed-by: Lucas Bajolet <r4pass@hotmail.com>
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>