helpers.py
10.9 KB
- 
Memoize common lookups during request · 2e3f871cPrevents repeated memcached lookups on functions whose values should remain static for the lifetime of a request. EDUCATOR-1731 Eric Fischer committed
Prevents repeated memcached lookups on functions whose values should remain static for the lifetime of a request. EDUCATOR-1731