Changes between Initial Version and Version 1 of Ticket #26792
- Timestamp:
- Jun 22, 2016, 1:48:59 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26792 – Description
initial v1 7 7 8 8 ... 9 cache.set('todays_weather_forecast', heavy_routine_wh ich_result_to_be_cached())9 cache.set('todays_weather_forecast', heavy_routine_whose_result_to_be_cached()) 10 10 ... 11 11 val = cache.get_or_set('todays_weather_forecast', heavy_routine_which_result_to_be_cached()) ## calculates 2nd time, which is unwanted behaviour