Merge pull request #11277 from edx/PERF-251
Add the basis of configuring a cache TTL for course assets.
Showing
- cms/envs/common.py 2 additions, 0 deletionscms/envs/common.py
- common/djangoapps/clean_headers/__init__.py 15 additions, 0 deletionscommon/djangoapps/clean_headers/__init__.py
- common/djangoapps/clean_headers/decorators.py 36 additions, 0 deletionscommon/djangoapps/clean_headers/decorators.py
- common/djangoapps/clean_headers/middleware.py 25 additions, 0 deletionscommon/djangoapps/clean_headers/middleware.py
- common/djangoapps/clean_headers/tests/test_decorators.py 20 additions, 0 deletionscommon/djangoapps/clean_headers/tests/test_decorators.py
- common/djangoapps/clean_headers/tests/test_middleware.py 34 additions, 0 deletionscommon/djangoapps/clean_headers/tests/test_middleware.py
- common/djangoapps/contentserver/admin.py 29 additions, 0 deletionscommon/djangoapps/contentserver/admin.py
- common/djangoapps/contentserver/middleware.py 114 additions, 56 deletionscommon/djangoapps/contentserver/middleware.py
- common/djangoapps/contentserver/migrations/0001_initial.py 27 additions, 0 deletionscommon/djangoapps/contentserver/migrations/0001_initial.py
- common/djangoapps/contentserver/migrations/__init__.py 0 additions, 0 deletionscommon/djangoapps/contentserver/migrations/__init__.py
- common/djangoapps/contentserver/models.py 29 additions, 0 deletionscommon/djangoapps/contentserver/models.py
- common/djangoapps/contentserver/test/__init__.py 0 additions, 0 deletionscommon/djangoapps/contentserver/test/__init__.py
- common/djangoapps/contentserver/test/test_contentserver.py 87 additions, 9 deletionscommon/djangoapps/contentserver/test/test_contentserver.py
- lms/envs/common.py 4 additions, 0 deletionslms/envs/common.py
Loading
Please register or sign in to comment