1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/cache
Kasper Timm Hansen c4a46fa781 Revert "Instrument read_multi".
Reevaluating the log output generated from this instrumentation,
we've found that it wasn't all that useful in practice.

```
Caches multi read:
- views/david/2/4184ab71db6849621a4d8820fcd2c0ad
- views/david/2/4184ab71db6849621a4d8820fcd2c0ad
- views/david/3/4184ab71db6849621a4d8820fcd2c0ad
- views/david/3/4184ab71db6849621a4d8820fcd2c0ad
```

If rendering many templates the output is inscrutable, and it's impossible
to see how many cache misses there were.

Revert ca6aba7f30 and implement a better way later.
2016-02-20 17:35:52 +01:00
..
strategy add deprecations for a smooth transition after #22215 2015-11-19 20:49:37 -08:00
file_store.rb Merge pull request #22278 from poporul/master 2016-01-15 10:32:30 -08:00
mem_cache_store.rb Revert "Instrument read_multi". 2016-02-20 17:35:52 +01:00
memory_store.rb dry up increment/decrement 2015-11-07 08:47:40 -08:00
null_store.rb use prepend instead of extending every instance 2015-11-06 12:16:28 -08:00