| 3098 |
5255 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. |
|
/trunk/PyProj/src/shop2020/utils/caching /trunk/PyProj/src/shop2020/utils/caching/SimpleCaching.py /trunk/PyProj/src/shop2020/utils/caching/TestCaching.py /trunk/PyProj/src/shop2020/utils/caching/__init__.py
/trunk/PyProj/src/shop2020/logistics/service/impl/DataAccessor.py
|