diff options
author | Aaron Patterson <aaron.patterson@gmail.com> | 2016-02-18 11:09:15 -0800 |
---|---|---|
committer | Aaron Patterson <aaron.patterson@gmail.com> | 2016-02-18 11:10:43 -0800 |
commit | 8bb52f929f36994fd5b42295d24b627f132fe318 (patch) | |
tree | 8f31e749813bc247d9f4f24e064bd47ced3f9d5e /actionview/test/lib/controller/fake_models.rb | |
parent | fb8d01f1ef7da0a3c8c0173d6c3da59afe9d1ca5 (diff) | |
download | rails-8bb52f929f36994fd5b42295d24b627f132fe318.tar.gz rails-8bb52f929f36994fd5b42295d24b627f132fe318.tar.bz2 rails-8bb52f929f36994fd5b42295d24b627f132fe318.zip |
cache all subnodes in the digest cache
this is for backwards compatibility. We should remove this after
5-0-stable is created because digest calculation should be amortized.
Caching digests of subtrees will speed up digests for other trees that
share the same children. However, this will also increase memory, and
after the app warms up, then those subtrees will never be reused which
means that memory is wasted.
Diffstat (limited to 'actionview/test/lib/controller/fake_models.rb')
0 files changed, 0 insertions, 0 deletions