Subversion Repositories SmartDukaan

Rev

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

Filtering Options

Rev Age Author Path Log message Diff Changes
3148 5253 d 1 h rajveer /trunk/PyProj/src/shop2020/utils/caching/ Proper HIT and MISS messages.  
/trunk/PyProj/src/shop2020/utils/caching/SimpleCaching.py
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