Changes between Initial Version and Version 1 of Ticket #26792


Ignore:
Timestamp:
Jun 22, 2016, 1:48:59 PM (8 years ago)
Author:
Dmitry S..ky / skype: dvska-at-skype
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26792 – Description

    initial v1  
    77
    88...
    9 cache.set('todays_weather_forecast', heavy_routine_which_result_to_be_cached())
     9cache.set('todays_weather_forecast', heavy_routine_whose_result_to_be_cached())
    1010...
    1111val = cache.get_or_set('todays_weather_forecast', heavy_routine_which_result_to_be_cached())  ## calculates 2nd time, which is unwanted behaviour
Back to Top