Retire deprecated RequestCache (Take 2)

ARCH-223
This commit is contained in:
Robert Raposa
2018-09-04 10:48:35 -04:00
parent e14f70035e
commit ba4cc62ff8
38 changed files with 108 additions and 185 deletions

View File

@@ -472,9 +472,6 @@ XQUEUE_INTERFACE = {
MIDDLEWARE_CLASSES = [
'crum.CurrentRequestUserMiddleware',
# Deprecated, but well entrenched RequestCache
'openedx.core.djangoapps.request_cache.middleware.RequestCache',
# A newer and safer request cache.
'edx_django_utils.cache.middleware.RequestCacheMiddleware',
'edx_django_utils.monitoring.middleware.MonitoringMemoryMiddleware',