Subversion Repositories SmartDukaan

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
3098 5253 d 2 h rajveer /trunk/PyProj/src/shop2020/ Support of simple caching in services added. Added one decorator memoized which will memoize the return values of a function for a predefined time period.
Initially added 1 hour caching for get_logistics_estimation(destination_pin, item_selling_price, warehouse_location=None, type=DeliveryType.PREPAID) method.